diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-06-02 22:21:36 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-06-02 22:21:36 +0200 |
| commit | 70a29089cdb05df27cf50b50fcbc2e53d8975571 (patch) | |
| tree | 052e7b81291d8ac0c5639c32e4a6f98ce593ba38 /frontend/types.js | |
| parent | 097e54d4c0646a809eba4ed69929b2a16b682754 (diff) | |
updating after dragging
Diffstat (limited to 'frontend/types.js')
| -rw-r--r-- | frontend/types.js | 1 |
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', []) |
