Skip to content

Commit

Permalink
on project description tab, when click view description, have it be v…
Browse files Browse the repository at this point in the history
…iew mode and go to the first tab
  • Loading branch information
taraepp committed Oct 22, 2024
1 parent 5a8ed81 commit 24e4ceb
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -267,8 +267,8 @@ const ProjectDescriptionTab = () => {
const url = GLOBAL_ROUTES?.EDIT_PROJECT_SUMMARY.dynamicRoute(
project.project_summary.project_guid,
project.project_summary.project_summary_guid,
"purpose-and-authorization",
false
"basic-information",
true
);
history.push(url);
};
Expand Down

0 comments on commit 24e4ceb

Please sign in to comment.