mirror of
https://github.com/labring/FastGPT.git
synced 2025-12-26 04:32:50 +00:00
fix: workflow start check
This commit is contained in:
parent
d475c2a93d
commit
cc094f9d2e
|
|
@ -131,7 +131,7 @@ function ChatStartVariable({ chatConfig: { variables = [] }, setAppDetail }: Com
|
|||
[setAppDetail]
|
||||
);
|
||||
const { zoom } = useViewport();
|
||||
console.log(variables);
|
||||
|
||||
return <VariableEdit variables={variables} onChange={(e) => updateVariables(e)} zoom={zoom} />;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue