summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/whats_new/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/javascripts/whats_new/index.js')
-rw-r--r--app/assets/javascripts/whats_new/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/javascripts/whats_new/index.js b/app/assets/javascripts/whats_new/index.js
index 19cdb590ae2..a57c9718156 100644
--- a/app/assets/javascripts/whats_new/index.js
+++ b/app/assets/javascripts/whats_new/index.js
@@ -19,7 +19,7 @@ export default () => {
render(createElement) {
return createElement('app', {
props: {
- features: whatsNewElm.getAttribute('data-features'),
+ storageKey: whatsNewElm.getAttribute('data-storage-key'),
},
});
},