mirror of
https://github.com/langgenius/dify.git
synced 2026-05-03 17:08:03 +08:00
fix: advance setting error
This commit is contained in:
@ -32,7 +32,7 @@ const AdvancedSetting: FC<Props> = ({
|
||||
placeholder={t(`${i18nPrefix}.instructionPlaceholder`)!}
|
||||
headerRight={(
|
||||
<div className='flex items-center h-full'>
|
||||
<div className='text-xs font-medium text-gray-500'>{instruction.length}</div>
|
||||
<div className='text-xs font-medium text-gray-500'>{instruction?.length || 0}</div>
|
||||
<div className='mx-3 h-3 w-px bg-gray-200'></div>
|
||||
</div>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user