Skip to content
Snippets Groups Projects
Unverified Commit ddf677cd authored by Ayush Sharma's avatar Ayush Sharma Committed by GitHub
Browse files

fix: Routing fixed for private apps in marketplace section (#28418)

parent cb4699e1
No related branches found
No related tags found
No related merge requests found
...@@ -30,7 +30,7 @@ const AppRow = (props: App): ReactElement => { ...@@ -30,7 +30,7 @@ const AppRow = (props: App): ReactElement => {
router.push({ router.push({
context, context,
page: 'info', page: 'info',
version: marketplaceVersion, version: marketplaceVersion || version,
id, id,
tab: 'details', tab: 'details',
}); });
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment