diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c69a785f..7f0aaa68f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -67,6 +67,7 @@ - removed unnecessary condition in semantic hub page's table [#979](https://github.com/eclipse-tractusx/portal-frontend/pull/979) - fixed unchanged text of button when user requests subscription [#985](https://github.com/eclipse-tractusx/portal-frontend/pull/985) - fixed height for "Admin Service Detail" page content [#1001](https://github.com/eclipse-tractusx/portal-frontend/pull/1001) +- fixed onClick of "Overview My Apps" button in App Release Process screen [#1022](https://github.com/eclipse-tractusx/portal-frontend/issues/1022) ## 2.1.0 diff --git a/src/components/pages/AppReleaseProcess/index.tsx b/src/components/pages/AppReleaseProcess/index.tsx index cecd7d0af..e4a5973ef 100644 --- a/src/components/pages/AppReleaseProcess/index.tsx +++ b/src/components/pages/AppReleaseProcess/index.tsx @@ -79,7 +79,7 @@ export default function AppReleaseProcess() { } const onOverviewButton = () => { - // do nothing + navigate(`/${PAGES.APP_OVERVIEW}`) } const requirements = [