Skip to content

Commit

Permalink
πŸ›: reset filter in HistoryDatasetPicker on onUndo
Browse files Browse the repository at this point in the history
  • Loading branch information
itisAliRH committed Aug 2, 2024
1 parent 3ef02da commit a42b739
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,7 @@ function selectAll() {
}
async function onUndo() {
selectionDialog.value?.resetFilter();
selectionDialog.value?.resetPagination();
selected.value = [];
datasetsVisible.value = false;
Expand Down

0 comments on commit a42b739

Please sign in to comment.