mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-19 18:19:15 +08:00
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') || ''}/>
|
<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…
x
Reference in New Issue
Block a user