Skip to content

Commit

Permalink
Merge branch 'fixRHPIssues' of https://github.com/twilight294/App int…
Browse files Browse the repository at this point in the history
…o fixRHPIssues
  • Loading branch information
twilight294 authored Oct 11, 2024
2 parents 8694a58 + 671179a commit 19d8f83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/workspace/tags/EditTagPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ function EditTagPage({route}: EditTagPageProps) {
: ROUTES.WORKSPACE_TAG_SETTINGS.getRoute(route?.params?.policyID, route.params.orderWeight, route.params.tagName),
);
},
[currentTagName, route.params.policyID, route.params.tagName, route.params.orderWeight],
[currentTagName, route.params.policyID, route.params.tagName, route.params.orderWeight, backTo],
);

return (
Expand Down

0 comments on commit 19d8f83

Please sign in to comment.