Skip to content

Commit

Permalink
Use correct route for workspace invite form
Browse files Browse the repository at this point in the history
  • Loading branch information
tgolen committed Sep 25, 2023
1 parent 4348c30 commit 92648b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/workspace/WorkspaceMembersPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ function WorkspaceMembersPage(props) {
*/
const inviteUser = () => {
setSearchValue('');
Navigation.navigate(ROUTES.WORKSPACE_INITIAL.getRoute(props.route.params.policyID));
Navigation.navigate(ROUTES.WORKSPACE_INVITE.getRoute(props.route.params.policyID));
};

/**
Expand Down

0 comments on commit 92648b6

Please sign in to comment.