summaryrefslogtreecommitdiff
path: root/frontend/types.js
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2020-06-02 20:25:23 +0200
committerJules Laplace <julescarbon@gmail.com>2020-06-02 20:25:23 +0200
commit04f7efe6c05153cbd1613e7b0c78b3b6478ae39b (patch)
treee181c4415a271a60e505fc536219eb5e72b6f6fb /frontend/types.js
parentf6d7fcbb50ef57f1f7d7ca8cacd711ffd576e600 (diff)
new page form
Diffstat (limited to 'frontend/types.js')
-rw-r--r--frontend/types.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/frontend/types.js b/frontend/types.js
index b326994..d7119fc 100644
--- a/frontend/types.js
+++ b/frontend/types.js
@@ -1,7 +1,9 @@
import { with_type, crud_type } from './api/crud.types'
export const api = crud_type('api', [])
-export const graph = crud_type('graph', [])
+export const graph = crud_type('graph', [
+ 'show_add_page_form', 'hide_add_page_form',
+])
export const page = crud_type('page', [])
export const tile = crud_type('tile', [])
export const upload = crud_type('upload', [])