From a4cca26f422b09cea0748bb4babcc45883330877 Mon Sep 17 00:00:00 2001 From: ss-nikunj Date: Fri, 30 Aug 2024 17:24:33 +0530 Subject: [PATCH] fix: Overview My App button not working on App Release Process page (#1023) --- CHANGELOG.md | 1 + src/components/pages/AppReleaseProcess/index.tsx | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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 = [