Skip to content

Commit

Permalink
ADM-898-fix fix: fix logic
Browse files Browse the repository at this point in the history
  • Loading branch information
Leiqiuhong committed Apr 15, 2024
1 parent 8fbd40f commit 5a15ba4
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,9 @@ const CycleTimeTable = () => {
),
);
dispatch(saveDoneColumn([]));
dispatch(updateTreatFlagCardAsBlock(true));
if (!existBlockState(cycleTimeSettings)) {
dispatch(updateTreatFlagCardAsBlock(true));
}
};

return (
Expand Down

0 comments on commit 5a15ba4

Please sign in to comment.