summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/mr_notes/stores/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/javascripts/mr_notes/stores/index.js')
-rw-r--r--app/assets/javascripts/mr_notes/stores/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/javascripts/mr_notes/stores/index.js b/app/assets/javascripts/mr_notes/stores/index.js
index c4225c8ec08..8fbd0291a7d 100644
--- a/app/assets/javascripts/mr_notes/stores/index.js
+++ b/app/assets/javascripts/mr_notes/stores/index.js
@@ -9,7 +9,7 @@ Vue.use(Vuex);
export const createStore = () =>
new Vuex.Store({
modules: {
- page: mrPageModule,
+ page: mrPageModule(),
notes: notesModule(),
diffs: diffsModule(),
},