mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-27 08:25:07 +00:00
scripts: add delete-unused-keys (#2115)
* scripts: add delete-unused-keys * update script * fix keys * fix ci * update keys * add i18n * update
This commit is contained in:
@@ -45,7 +45,7 @@ const RenderToolInput = ({
|
||||
return (
|
||||
<>
|
||||
<HStack mb={2} justifyContent={'space-between'}>
|
||||
<IOTitle text={t('common:core.module.tool.Tool input')} mb={0} />
|
||||
<IOTitle text={t('workflow:tool_input')} mb={0} />
|
||||
{dynamicInput && (
|
||||
<Button
|
||||
variant={'whiteBase'}
|
||||
|
Reference in New Issue
Block a user