1
0
Fork 0
mirror of synced 2024-06-29 19:41:03 +12:00

fix stale topNav history state causing wrong apps to show

This commit is contained in:
Martin McKeaveney 2021-05-25 12:42:55 +01:00
parent 38e6790146
commit f75fb6eb9e

View file

@ -65,6 +65,7 @@ export const getFrontendStore = () => {
hasAppPackage: true,
appInstance: application.instance,
clientLibPath,
previousTopNavPath: {},
}))
await hostingStore.actions.fetch()