Skip to content

Commit 9fa00fa

Browse files
authored
Merge pull request #928 from helixml/fix/nits
make back to app link org aware
2 parents 3a3a2b9 + e276919 commit 9fa00fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frontend/src/pages/Session.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -1048,9 +1048,9 @@ const Session: FC = () => {
10481048

10491049
const handleBackToCreate = () => {
10501050
if (apps.app) {
1051-
router.navigate('new', { app_id: apps.app.id })
1051+
account.orgNavigate('new', { app_id: apps.app.id })
10521052
} else {
1053-
router.navigate('new')
1053+
account.orgNavigate('new')
10541054
}
10551055
}
10561056

0 commit comments

Comments
 (0)