Revert "refactor: linkage rule fireImmediately (#3847)"

This reverts commit 0191070547.
This commit is contained in:
sealday 2024-03-29 18:50:42 +08:00
parent 92f31ef92a
commit dc7c6a5052

View File

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