Skip to content

Commit

Permalink
fix: [DHIS2-15693] Rules not triggered on program update (#3472)
Browse files Browse the repository at this point in the history
  • Loading branch information
eirikhaugstulen authored Nov 29, 2023
1 parent fad338d commit 2dbca1e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export const useLifecycle = (
});
useEffect(() => {
dataEntryReadyRef.current = false;
}, [teiId]);
}, [teiId, selectedScopeId]);

useEffect(() => {
if (
Expand Down

0 comments on commit 2dbca1e

Please sign in to comment.