Przeglądaj źródła

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

tags/1.4.2
NFish 5 miesięcy temu
rodzic
commit
8ef91222ea
No account linked to committer's email address

+ 1
- 1
web/app/components/custom/custom-web-app-brand/index.tsx Wyświetl plik

@@ -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'

Ładowanie…
Anuluj
Zapisz