Skip to content

Commit

Permalink
refactor fileName
Browse files Browse the repository at this point in the history
  • Loading branch information
vashjs committed Feb 15, 2024
1 parent b6d91a4 commit 5d7918f
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,9 @@ export const QueryTab = () => {
const onQueryRunSuccess = ({ id }) => {
history.replace({
pathname: `/bulk-edit/${id}/progress`,
search: buildSearch({}, location.search),
search: buildSearch({
fileName: null,
}, location.search),
});
};

Expand Down

0 comments on commit 5d7918f

Please sign in to comment.