Skip to content

Commit

Permalink
Merge pull request Expensify#51568 from twilight2294/patch-2
Browse files Browse the repository at this point in the history
[Fix]: App returns to tag page after tapping back button on workspace editor
  • Loading branch information
Julesssss authored Nov 1, 2024
2 parents 0517861 + f98f9ff commit cb28419
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 @@ -264,7 +264,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 cb28419

Please sign in to comment.