diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-06-02 16:39:00 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-06-02 16:39:00 +0200 |
| commit | 5b480258322682fdc4fa987770df9e719315f167 (patch) | |
| tree | 1cfeaf350dd8f7a394a4d0bbf86d41ba787fbd69 /frontend/views/index/graph.reducer.js | |
| parent | 3b00ca8991f7092aa1cb3d584df12a0368f4fa4b (diff) | |
editing graph meta works
Diffstat (limited to 'frontend/views/index/graph.reducer.js')
| -rw-r--r-- | frontend/views/index/graph.reducer.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/views/index/graph.reducer.js b/frontend/views/index/graph.reducer.js index 612ac14..20aed8e 100644 --- a/frontend/views/index/graph.reducer.js +++ b/frontend/views/index/graph.reducer.js @@ -11,7 +11,7 @@ const initialState = crudState('graph', { const reducer = crudReducer('graph') export default function graphReducer(state = initialState, action) { - // console.log(action.type, action) + console.log(action.type, action) state = reducer(state, action) switch (action.type) { default: |
