Skip to content

Commit

Permalink
fix: Overview My App button not working on App Release Process page (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
ss-nikunj authored Aug 30, 2024
1 parent 9e14991 commit a4cca26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion src/components/pages/AppReleaseProcess/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export default function AppReleaseProcess() {
}

const onOverviewButton = () => {
// do nothing
navigate(`/${PAGES.APP_OVERVIEW}`)
}

const requirements = [
Expand Down

0 comments on commit a4cca26

Please sign in to comment.