Pārlūkot izejas kodu

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

tags/1.4.2
NFish pirms 5 mēnešiem
vecāks
revīzija
8ef91222ea
Revīzijas autora e-pasta adrese nav piesaistīta nevienam kontam

+ 1
- 1
web/app/components/custom/custom-web-app-brand/index.tsx Parādīt failu

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

Notiek ielāde…
Atcelt
Saglabāt