mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-18 00:55:53 +08:00
feat: click show config
This commit is contained in:
parent
5b54ff5ae4
commit
b093bed081
@ -53,7 +53,7 @@ const StructureOutput: FC<Props> = ({
|
|||||||
<ShowPanel
|
<ShowPanel
|
||||||
payload={value}
|
payload={value}
|
||||||
/>) : (
|
/>) : (
|
||||||
<div className='system-xs-regular mt-1.5 flex h-10 items-center justify-center rounded-[10px] bg-background-section text-text-tertiary'>{t('app.structOutput.notConfiguredTip')}</div>
|
<div className='system-xs-regular mt-1.5 flex h-10 cursor-pointer items-center justify-center rounded-[10px] bg-background-section text-text-tertiary' onClick={showConfigModal}>{t('app.structOutput.notConfiguredTip')}</div>
|
||||||
)}
|
)}
|
||||||
|
|
||||||
{showConfig && (
|
{showConfig && (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user