summaryrefslogtreecommitdiff
path: root/frontend/site/types.js
diff options
context:
space:
mode:
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 9b020b9..acddfaa 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', 'set_popups',
+ 'load_site', 'interact', 'set_page', 'set_popups',
'mute_audio', 'unmute_audio', 'change_language',
])