Browse Source

fix: show 'reset brand' button after set branding image (#20420)

tags/1.4.2
NFish 5 months ago
parent
commit
8ef91222ea
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      web/app/components/custom/custom-web-app-brand/index.tsx

+ 1
- 1
web/app/components/custom/custom-web-app-brand/index.tsx View File

<div className='system-xs-regular text-text-tertiary'>{t('custom.webapp.changeLogoTip')}</div> <div className='system-xs-regular text-text-tertiary'>{t('custom.webapp.changeLogoTip')}</div>
</div> </div>
<div className='flex items-center'> <div className='flex items-center'>
{(uploadDisabled || (!webappLogo && !webappBrandRemoved)) && (
{(!uploadDisabled && webappLogo && !webappBrandRemoved) && (
<> <>
<Button <Button
variant='ghost' variant='ghost'

Loading…
Cancel
Save