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:
jingyang
2024-07-22 15:03:35 +08:00
committed by GitHub
parent f452554663
commit 991398b8d2
12 changed files with 493 additions and 110 deletions

View File

@@ -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'}