1
0
Fork 0
mirror of synced 2024-09-29 08:41:16 +13:00

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

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,