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

Commit

Permalink
Merge pull request #1197 from MitanOmar/fix-resetting-analysis.edit
Browse files Browse the repository at this point in the history
…-query-params

fix: resetting `analysis.edit` query params
  • Loading branch information
MitanOmar authored Apr 10, 2024
2 parents c0314ca + 717bda4 commit 00ace83
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 00ace83

Please sign in to comment.