From d6603ba7c052efc128bf290af0cf78ada45ba2cc Mon Sep 17 00:00:00 2001 From: Joram Wilander Date: Mon, 19 Jun 2017 08:57:28 -0400 Subject: Update redux store configuration to use new signature (#6683) --- webapp/store/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'webapp/store') diff --git a/webapp/store/index.js b/webapp/store/index.js index 6d2fc6d9c..2b8a4fb28 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}); } -- cgit v1.2.3-1-g7c22