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

state.js « new « store « user_lists « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0fa73b4ffc116a2c70ea59e9848060c0f758af1c (plain)
1
2
3
4
5
export default ({ projectId = '' }) => ({
  projectId,
  userList: { name: '', user_xids: '' },
  errorMessage: [],
});