mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-07-05 16:15:11 +08:00
fix: show 'reset brand' button after set branding image (#20420)
This commit is contained in:
parent
808aa4467c
commit
8ef91222ea
@ -130,7 +130,7 @@ const CustomWebAppBrand = () => {
|
|||||||
<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…
x
Reference in New Issue
Block a user