fix stale topNav history state causing wrong apps to show
This commit is contained in:
parent
38e6790146
commit
f75fb6eb9e
|
@ -65,6 +65,7 @@ export const getFrontendStore = () => {
|
|||
hasAppPackage: true,
|
||||
appInstance: application.instance,
|
||||
clientLibPath,
|
||||
previousTopNavPath: {},
|
||||
}))
|
||||
await hostingStore.actions.fetch()
|
||||
|
||||
|
|
Loading…
Reference in New Issue