Explorar el Código

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

tags/1.4.2
NFish hace 5 meses
padre
commit
8ef91222ea
No account linked to committer's email address
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 Ver fichero

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

Cargando…
Cancelar
Guardar