Skip to content

Commit

Permalink
MAT-8048: reset page on query enter
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmcphillips committed Jan 28, 2025
1 parent 399135b commit 65b2cef
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,7 @@ const CopyTestCaseDialog = ({ open, onClose, onSubmit, measure }) => {
setSearchField("");
setFilterBy("");
setFinalSearchAndFilterby({ finalFilterBy: "", finalSearchField: "" });
setPage(0);
};

return (
Expand Down

0 comments on commit 65b2cef

Please sign in to comment.