From 5b480258322682fdc4fa987770df9e719315f167 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Tue, 2 Jun 2020 16:39:00 +0200 Subject: editing graph meta works --- frontend/views/index/graph.reducer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontend/views/index/graph.reducer.js') 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: -- cgit v1.2.3-70-g09d2