summaryrefslogtreecommitdiff
path: root/frontend/types.js
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/types.js')
-rw-r--r--frontend/types.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/frontend/types.js b/frontend/types.js
index 1431e06..1c0de90 100644
--- a/frontend/types.js
+++ b/frontend/types.js
@@ -4,6 +4,7 @@ export const api = crud_type('api', [])
export const graph = crud_type('graph', [
'show_add_page_form', 'hide_add_page_form',
'show_edit_page_form', 'hide_edit_page_form',
+ 'update_graph_page',
])
export const page = crud_type('page', [])
export const tile = crud_type('tile', [])