summaryrefslogtreecommitdiff
path: root/frontend/app/views/graph/components/graph.header.js
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/app/views/graph/components/graph.header.js')
-rw-r--r--frontend/app/views/graph/components/graph.header.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/frontend/app/views/graph/components/graph.header.js b/frontend/app/views/graph/components/graph.header.js
index 0766580..f99f7dc 100644
--- a/frontend/app/views/graph/components/graph.header.js
+++ b/frontend/app/views/graph/components/graph.header.js
@@ -14,6 +14,7 @@ function GraphHeader(props) {
</div>
<div>
<button onClick={() => props.graphActions.toggleAddPageForm()}>+ Add page</button>
+ <button onClick={() => props.graphActions.toggleCursorList()}>+ Cursors</button>
<button onClick={() => props.graphActions.toggleAudioList()}>+ Audio</button>
</div>
</header>