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