summaryrefslogtreecommitdiff
path: root/frontend/app/views/graph/components/graph.header.js
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2021-03-16 18:19:26 +0100
committerJules Laplace <julescarbon@gmail.com>2021-03-16 18:19:26 +0100
commit15d9d864b539e221c6494b3535abef724517f207 (patch)
tree1867734ad4740625848c69cd05f5497c21282b0c /frontend/app/views/graph/components/graph.header.js
parent901beb4df2c074ba54fedc91dd6e780cebe093d1 (diff)
uploading audio files and displaying them in a list
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 b969400..0766580 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.toggleAudioList()}>+ Audio</button>
</div>
</header>
)