Browse Source

fix: new app with template display (#1322)

tags/0.3.28
taokuizu 2 years ago
parent
commit
62bf7f0fc2
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      web/app/(commonLayout)/apps/NewAppDialog.tsx

+ 1
- 1
web/app/(commonLayout)/apps/NewAppDialog.tsx View File

<input ref={nameInputRef} className='h-10 px-3 text-sm font-normal bg-gray-100 rounded-lg grow' placeholder={t('app.appNamePlaceholder') || ''}/> <input ref={nameInputRef} className='h-10 px-3 text-sm font-normal bg-gray-100 rounded-lg grow' placeholder={t('app.appNamePlaceholder') || ''}/>
</div> </div>


<div className='h-[247px]'>
<div className='h-[247px] overflow-y-auto'>
<div className={style.newItemCaption}> <div className={style.newItemCaption}>
<h3 className='inline'>{t('app.newApp.captionAppType')}</h3> <h3 className='inline'>{t('app.newApp.captionAppType')}</h3>
{isWithTemplate && ( {isWithTemplate && (

Loading…
Cancel
Save