summaryrefslogtreecommitdiff
path: root/frontend/site/types.js
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2021-04-06 17:55:03 +0200
committerJules Laplace <julescarbon@gmail.com>2021-04-06 17:55:03 +0200
commit3aaf2bc7e150670088835d065b3136362b37d8c1 (patch)
tree200344ac7b691c40bbded3d12ec975ae4021f7fb /frontend/site/types.js
parent7b127b4cbf2f83b17a7abc2ccc4af5fda178a476 (diff)
charles texts
Diffstat (limited to 'frontend/site/types.js')
-rw-r--r--frontend/site/types.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/site/types.js b/frontend/site/types.js
index a83febe..3a49485 100644
--- a/frontend/site/types.js
+++ b/frontend/site/types.js
@@ -2,7 +2,7 @@ import { with_type } from 'app/api/crud.types'
export const site = with_type('site', [
'set_site_title', 'loading', 'loaded', 'error',
- 'load_site', 'interact',
+ 'load_site', 'interact', 'set_popups',
])
export const init = '@@INIT'