summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/whats_new/store/state.js
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/javascripts/whats_new/store/state.js')
-rw-r--r--app/assets/javascripts/whats_new/store/state.js7
1 files changed, 6 insertions, 1 deletions
diff --git a/app/assets/javascripts/whats_new/store/state.js b/app/assets/javascripts/whats_new/store/state.js
index 4c76284b865..793c6aa2b98 100644
--- a/app/assets/javascripts/whats_new/store/state.js
+++ b/app/assets/javascripts/whats_new/store/state.js
@@ -1,4 +1,9 @@
export default {
open: false,
- features: null,
+ features: [],
+ fetching: false,
+ drawerBodyHeight: null,
+ pageInfo: {
+ nextPage: null,
+ },
};