diff --git a/webapp/store/index.js b/webapp/store/index.js index 6d2fc6d9c8..2b8a4fb282 100644 --- a/webapp/store/index.js +++ b/webapp/store/index.js @@ -112,6 +112,6 @@ export default function configureStore(initialState) { } }; - return configureServiceStore({}, appReducer, offlineOptions, getAppReducer, false); + return configureServiceStore({}, appReducer, offlineOptions, getAppReducer, {enableBuffer: false}); }