Skip to content

Commit

Permalink
[mod] resets partition filters when accepting predictions
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrea-Papaleo committed Feb 13, 2024
1 parent cb7c87e commit 1a2248c
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,11 @@ export const PredictionListItems = () => {
execSaga: false,
})
);
dispatch(
projectSlice.actions.setImagePartitionFilters({
partitions: [],
})
);
};

return (
Expand Down

0 comments on commit 1a2248c

Please sign in to comment.