Browse Source

Reset client features when selecting a new app

pull/4023/head
Andrew Kingston 5 years ago
parent
commit
e71dd8fb77
  1. 2
      packages/builder/src/builderStore/store/frontend.js

2
packages/builder/src/builderStore/store/frontend.js

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

Loading…
Cancel
Save