Fix dirty-checking for workflows that use a Code Block (#3679)

This commit is contained in:
Jonathan Dobson
2025-10-10 06:24:02 -04:00
committed by GitHub
parent e08778993e
commit af23e27822
4 changed files with 63 additions and 2 deletions

View File

@@ -42,8 +42,6 @@ function WorkflowDataSchemaInputGroup({
return TSON.parse(value);
}, [value]);
console.log({ tsonResult });
const getDataSchemaSuggestionMutation = useMutation({
mutationFn: async () => {
const client = await getClient(credentialGetter);