mirror of https://github.com/langgenius/dify.git
fix: new app with template display (#1322)
This commit is contained in:
parent
7dea485d57
commit
62bf7f0fc2
|
|
@ -122,7 +122,7 @@ const NewAppDialog = ({ show, onSuccess, onClose }: NewAppDialogProps) => {
|
|||
<input ref={nameInputRef} className='h-10 px-3 text-sm font-normal bg-gray-100 rounded-lg grow' placeholder={t('app.appNamePlaceholder') || ''}/>
|
||||
</div>
|
||||
|
||||
<div className='h-[247px]'>
|
||||
<div className='h-[247px] overflow-y-auto'>
|
||||
<div className={style.newItemCaption}>
|
||||
<h3 className='inline'>{t('app.newApp.captionAppType')}</h3>
|
||||
{isWithTemplate && (
|
||||
|
|
|
|||
Loading…
Reference in New Issue