Skip to content

Commit

Permalink
Merge pull request #37001 from dukenv0307/fix/36991
Browse files Browse the repository at this point in the history
Fix/36991: Click on workspace description do nothing

(cherry picked from commit 2fc1d53)
  • Loading branch information
techievivek authored and OSBotify committed Feb 22, 2024
1 parent a23ab90 commit 7bc3bad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/home/HeaderView.js
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ function HeaderView(props) {
<PressableWithoutFeedback
onPress={() => {
if (ReportUtils.canEditPolicyDescription(props.policy)) {
Navigation.navigate(ROUTES.WORKSPACE_DESCRIPTION.getRoute(props.report.policyID));
Navigation.navigate(ROUTES.WORKSPACE_PROFILE_DESCRIPTION.getRoute(props.report.policyID));
return;
}
Navigation.navigate(ROUTES.REPORT_WITH_ID_DETAILS.getRoute(props.reportID));
Expand Down

0 comments on commit 7bc3bad

Please sign in to comment.