refactor: linkage rule fireImmediately (#3847)

This commit is contained in:
katherinehhh 2024-03-28 14:46:55 +08:00 committed by GitHub
parent e88082232d
commit 0191070547
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -151,7 +151,7 @@ const WithForm = (props: WithFormProps) => {
return result;
},
getSubscriber(action, field, rule, variables, localVariables),
{ fireImmediately: true },
{ fireImmediately: false },
),
);
});