mirror of
https://github.com/langgenius/dify.git
synced 2024-11-15 19:22:36 +08:00
fix: no var text still show split line (#239)
This commit is contained in:
parent
7660539689
commit
408fb502a1
|
@ -60,8 +60,9 @@ const ConfigSence: FC<IConfigSenceProps> = ({
|
|||
</div>
|
||||
</div>
|
||||
))}
|
||||
|
||||
<div className='mt-6 h-[1px] bg-gray-100'></div>
|
||||
{promptConfig.prompt_variables.length > 0 && (
|
||||
<div className='mt-6 h-[1px] bg-gray-100'></div>
|
||||
)}
|
||||
<div className='w-full mt-5'>
|
||||
<label className='text-gray-900 text-sm font-medium'>{t('share.generation.queryTitle')}</label>
|
||||
<div className="mt-2 overflow-hidden rounded-lg bg-gray-50 ">
|
||||
|
|
Loading…
Reference in New Issue
Block a user