diff --git a/packages/plugins/workflow/src/client/nodes/index.tsx b/packages/plugins/workflow/src/client/nodes/index.tsx index a82bfaece5..ef9093b060 100644 --- a/packages/plugins/workflow/src/client/nodes/index.tsx +++ b/packages/plugins/workflow/src/client/nodes/index.tsx @@ -60,7 +60,8 @@ function useUpdateAction() { message.error(t('Node in executed workflow cannot be modified')); return; } - await form.submit(); + // TODO: how to do validation separately for each field? especially disabled for dynamic fields? + // await form.submit(); await api.resource('flow_nodes', data.id).update({ filterByTk: data.id, values: {