From 097e54d4c0646a809eba4ed69929b2a16b682754 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Tue, 2 Jun 2020 22:06:31 +0200 Subject: dragging something --- frontend/types.js | 1 + 1 file changed, 1 insertion(+) (limited to 'frontend/types.js') 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', []) -- cgit v1.2.3-70-g09d2