diff options
Diffstat (limited to 'scraper/client/store.js')
| -rw-r--r-- | scraper/client/store.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scraper/client/store.js b/scraper/client/store.js index 08b6e801..9eae8939 100644 --- a/scraper/client/store.js +++ b/scraper/client/store.js @@ -8,6 +8,9 @@ import * as types from './types' // import metadataReducer from './metadata/metadata.reducer' const initialState = () => ({ + institutions: {}, + papers: {}, + address: {}, options: {} }) |
