mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-11 11:56:53 +08:00
fix: new app with template display (#1322)
This commit is contained in:
@@ -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 && (
|
||||||
|
|||||||
Reference in New Issue
Block a user