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 d7119fc..1431e06 100644
--- a/frontend/types.js
+++ b/frontend/types.js
@@ -3,6 +3,7 @@ import { with_type, crud_type } from './api/crud.types'
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',
])
export const page = crud_type('page', [])
export const tile = crud_type('tile', [])