Преглед изворни кода

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

tags/1.4.2
NFish пре 5 месеци
родитељ
комит
8ef91222ea
No account linked to committer's email address
1 измењених фајлова са 1 додато и 1 уклоњено
  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 Прегледај датотеку

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

Loading…
Откажи
Сачувај