Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

Commit

Permalink
fix: resetting analysis.edit query params
Browse files Browse the repository at this point in the history
  • Loading branch information
MitanOmar committed Apr 10, 2024
1 parent c0314ca commit 717bda4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/analysis/edit/route.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export default class AnalysisEditRoute extends Route {
}
resetController(controller, isExiting, transition) {
if (isExiting && transition.targetName !== "error") {
resetQueryParams(controller);
resetQueryParams(controller, controller.queryParams);
}
}
}

0 comments on commit 717bda4

Please sign in to comment.