Skip to content

Commit

Permalink
upcoming: [DI-20929] - updated function order
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhagra-akamai committed Dec 9, 2024
1 parent be56566 commit d67c01f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -229,8 +229,8 @@ export const CloudPulseDashboardFilterBuilder = React.memo(
);

const toggleShowFilter = () => {
handleToggleAppliedFilter(showFilter);
setShowFilter((showFilterPrev) => {
handleToggleAppliedFilter(showFilterPrev);
return !showFilterPrev;
});
};
Expand Down

0 comments on commit d67c01f

Please sign in to comment.