fix: workflow start check

This commit is contained in:
archer 2025-10-20 22:04:27 +08:00
parent d475c2a93d
commit cc094f9d2e
No known key found for this signature in database
GPG Key ID: 4446499B846D4A9E

View File

@ -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} />;
}