Skip to content

Commit

Permalink
fix: App navigates user back to Xero organization selection page from…
Browse files Browse the repository at this point in the history
… Workspace settings page
  • Loading branch information
tienifr committed Jun 17, 2024
1 parent df9689f commit e330204
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ function XeroOrganizationConfigurationPage({
}

updatePolicyConnectionConfig(policyID, CONST.POLICY.CONNECTIONS.NAME.XERO, CONST.XERO_CONFIG.TENANT_ID, keyForList);
Navigation.goBack(ROUTES.WORKSPACE_ACCOUNTING.getRoute(policyID));
Navigation.goBack();
};

return (
Expand Down

0 comments on commit e330204

Please sign in to comment.