From 5cafa9d43b769e6f60740f59293ddf3588e7b8ad Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Thu, 1 Apr 2021 15:31:52 +0200 Subject: migration: add settings to uploads. cursor upload --- frontend/app/views/graph/graph.actions.js | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'frontend/app/views/graph/graph.actions.js') diff --git a/frontend/app/views/graph/graph.actions.js b/frontend/app/views/graph/graph.actions.js index 6d5cb51..dbabbaf 100644 --- a/frontend/app/views/graph/graph.actions.js +++ b/frontend/app/views/graph/graph.actions.js @@ -30,6 +30,10 @@ export const toggleAudioList = () => dispatch => { dispatch({ type: types.graph.toggle_audio_list }) } +export const toggleCursorList = () => dispatch => { + dispatch({ type: types.graph.toggle_cursor_list }) +} + export const updateGraphPage = page => dispatch => { dispatch({ type: types.graph.update_graph_page, page }) } -- cgit v1.2.3-70-g09d2