summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/notes/stores/mutation_types.js
diff options
context:
space:
mode:
authorFatih Acet <acetfatih@gmail.com>2017-11-30 22:44:42 +0000
committerFatih Acet <acetfatih@gmail.com>2017-11-30 22:44:42 +0000
commit4ce2b9b083caabf2f90633177894ea4899aee56d (patch)
tree9b3ddccf2a34b01c127dda945fe5779f6337eb6d /app/assets/javascripts/notes/stores/mutation_types.js
parent3a8d646f25ff94c9886ca4c60aa313479db88848 (diff)
parentf8efaf1bf8c0f95bd7c1463e940f05da10f15a47 (diff)
downloadgitlab-ce-4ce2b9b083caabf2f90633177894ea4899aee56d.tar.gz
Merge branch 'psimyn-issue-note-store' into 'master'
issue note store See merge request gitlab-org/gitlab-ce!15657
Diffstat (limited to 'app/assets/javascripts/notes/stores/mutation_types.js')
-rw-r--r--app/assets/javascripts/notes/stores/mutation_types.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/javascripts/notes/stores/mutation_types.js b/app/assets/javascripts/notes/stores/mutation_types.js
index cd71533ba9d..d520c197407 100644
--- a/app/assets/javascripts/notes/stores/mutation_types.js
+++ b/app/assets/javascripts/notes/stores/mutation_types.js
@@ -3,7 +3,7 @@ export const ADD_NEW_REPLY_TO_DISCUSSION = 'ADD_NEW_REPLY_TO_DISCUSSION';
export const DELETE_NOTE = 'DELETE_NOTE';
export const REMOVE_PLACEHOLDER_NOTES = 'REMOVE_PLACEHOLDER_NOTES';
export const SET_NOTES_DATA = 'SET_NOTES_DATA';
-export const SET_ISSUE_DATA = 'SET_ISSUE_DATA';
+export const SET_NOTEABLE_DATA = 'SET_NOTEABLE_DATA';
export const SET_USER_DATA = 'SET_USER_DATA';
export const SET_INITIAL_NOTES = 'SET_INITIAL_NOTES';
export const SET_LAST_FETCHED_AT = 'SET_LAST_FETCHED_AT';