mirror of
https://github.com/labring/FastGPT.git
synced 2026-01-15 04:01:29 +08:00
fix: workflow start check
This commit is contained in:
@@ -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} />;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user