diff --git a/packages/core/client/src/schema-component/antd/form-v2/Form.tsx b/packages/core/client/src/schema-component/antd/form-v2/Form.tsx index a3f381cd7..4c707ba6e 100644 --- a/packages/core/client/src/schema-component/antd/form-v2/Form.tsx +++ b/packages/core/client/src/schema-component/antd/form-v2/Form.tsx @@ -151,7 +151,7 @@ const WithForm = (props: WithFormProps) => { return result; }, getSubscriber(action, field, rule, variables, localVariables), - { fireImmediately: true }, + { fireImmediately: false }, ), ); });