mirror of https://github.com/langgenius/dify.git
chore: remove useless
This commit is contained in:
parent
b060b773ef
commit
1b857eba29
|
|
@ -127,7 +127,7 @@ const Editor: FC<Props> = ({
|
|||
variables: variables.map(item => ({
|
||||
name: item,
|
||||
value: item,
|
||||
})), // add context
|
||||
})),
|
||||
externalTools: [],
|
||||
onAddExternalTool: () => { },
|
||||
}}
|
||||
|
|
|
|||
Loading…
Reference in New Issue