summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/user_lists/store/show/mutation_types.js
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/javascripts/user_lists/store/show/mutation_types.js')
-rw-r--r--app/assets/javascripts/user_lists/store/show/mutation_types.js8
1 files changed, 8 insertions, 0 deletions
diff --git a/app/assets/javascripts/user_lists/store/show/mutation_types.js b/app/assets/javascripts/user_lists/store/show/mutation_types.js
new file mode 100644
index 00000000000..fb967f06beb
--- /dev/null
+++ b/app/assets/javascripts/user_lists/store/show/mutation_types.js
@@ -0,0 +1,8 @@
+export const REQUEST_USER_LIST = 'REQUEST_USER_LIST';
+export const RECEIVE_USER_LIST_SUCCESS = 'RECEIVE_USER_LIST_SUCCESS';
+export const RECEIVE_USER_LIST_ERROR = 'RECEIVE_USER_LIST_ERROR';
+
+export const DISMISS_ERROR_ALERT = 'DISMISS_ERROR_ALERT';
+
+export const ADD_USER_IDS = 'ADD_USER_IDS';
+export const REMOVE_USER_ID = 'REMOVE_USER_ID';