Skip to content

Commit

Permalink
Update WorkspaceViewTagsPage.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
twilight2294 authored Oct 28, 2024
1 parent 3383125 commit f98f9ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/workspace/tags/WorkspaceViewTagsPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ function WorkspaceViewTagsPage({route}: WorkspaceViewTagsProps) {
turnOffMobileSelectionMode();
return;
}
Navigation.goBack(isQuickSettingsFlow ? ROUTES.SETTINGS_TAGS_ROOT.getRoute(policyID) : ROUTES.WORKSPACE_TAGS.getRoute(policyID));
Navigation.goBack(isQuickSettingsFlow ? ROUTES.SETTINGS_TAGS_ROOT.getRoute(policyID) : undefined);
}}
>
{!shouldUseNarrowLayout && getHeaderButtons()}
Expand Down

0 comments on commit f98f9ff

Please sign in to comment.