diff --git a/client/src/reducers/resetCache.js b/client/src/reducers/resetCache.js index 2148472d..b99e7084 100644 --- a/client/src/reducers/resetCache.js +++ b/client/src/reducers/resetCache.js @@ -14,7 +14,8 @@ const ResetCacheReducer = ( nextSharedState ) => { switch (action.type) { - case "initial data load complete (universe exists)": { + case "initial data load complete (universe exists)": + case "set layout choice": { const { crossfilter } = nextSharedState; return { ...state,