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,
|
hasAppPackage: true,
|
||||||
appInstance: application.instance,
|
appInstance: application.instance,
|
||||||
clientLibPath,
|
clientLibPath,
|
||||||
|
previousTopNavPath: {},
|
||||||
}))
|
}))
|
||||||
await hostingStore.actions.fetch()
|
await hostingStore.actions.fetch()
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue