소스 검색

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…
취소
저장