Reset client features when selecting a new app

This commit is contained in:
Andrew Kingston 2021-12-02 12:27:59 +00:00
parent 7fd9a28fe6
commit b3b56a7d15
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ export const getFrontendStore = () => {
libraries: application.componentLibraries,
components,
clientFeatures: {
...state.clientFeatures,
...INITIAL_FRONTEND_STATE.clientFeatures,
...components.features,
},
name: application.name,