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.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/assets/javascripts/whats_new/store/state.js b/app/assets/javascripts/whats_new/store/state.js
index 97089a095f1..4c76284b865 100644
--- a/app/assets/javascripts/whats_new/store/state.js
+++ b/app/assets/javascripts/whats_new/store/state.js
@@ -1,3 +1,4 @@
export default {
open: false,
+ features: null,
};