diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-06-02 22:06:31 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-06-02 22:06:31 +0200 |
| commit | 097e54d4c0646a809eba4ed69929b2a16b682754 (patch) | |
| tree | 607fd82a476a2a445bfca516b5304d7ac00bc13f /frontend/types.js | |
| parent | 7eab18f839616140fe3dbc4b51e29ec903c48077 (diff) | |
dragging something
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 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', []) |
