Welcome to mirror list, hosted at ThFree Co, Russian Federation.

show.js « constants « user_lists « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 045375d59000ed7cea222fce53b94366d392c5f3 (plain)
1
2
3
4
5
6
7
8
export const states = Object.freeze({
  LOADING: 'LOADING',
  SUCCESS: 'SUCCESS',
  ERROR: 'ERROR',
  ERROR_DISMISSED: 'ERROR_DISMISSED',
});

export const ADD_USER_MODAL_ID = 'add-userids-modal';