Fix dirty-checking for workflows that use a Code Block (#3679)
This commit is contained in:
@@ -42,8 +42,6 @@ function WorkflowDataSchemaInputGroup({
|
||||
return TSON.parse(value);
|
||||
}, [value]);
|
||||
|
||||
console.log({ tsonResult });
|
||||
|
||||
const getDataSchemaSuggestionMutation = useMutation({
|
||||
mutationFn: async () => {
|
||||
const client = await getClient(credentialGetter);
|
||||
|
||||
Reference in New Issue
Block a user