chore: remove useless

This commit is contained in:
Joel 2024-03-20 14:49:39 +08:00
parent b060b773ef
commit 1b857eba29
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ const Editor: FC<Props> = ({
variables: variables.map(item => ({
name: item,
value: item,
})), // add context
})),
externalTools: [],
onAddExternalTool: () => { },
}}