summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/notes/stores/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/javascripts/notes/stores/index.js')
-rw-r--r--app/assets/javascripts/notes/stores/index.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/assets/javascripts/notes/stores/index.js b/app/assets/javascripts/notes/stores/index.js
index edca63fae67..8e0c8531bbc 100644
--- a/app/assets/javascripts/notes/stores/index.js
+++ b/app/assets/javascripts/notes/stores/index.js
@@ -11,6 +11,11 @@ export default new Vuex.Store({
notes: [],
targetNoteHash: null,
lastFetchedAt: null,
+
+ // holds endpoints and permissions provided through haml
+ notesData: {},
+ userData: {},
+ issueData: {},
},
actions,
getters,