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

state.js « gitlab_user_list « store « feature_flags « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2664ec794fc3684aa195955d93c7fc9828a888cc (plain)
1
2
3
4
5
6
7
8
9
import statuses from './status';

export default ({ projectId }) => ({
  projectId,
  userLists: [],
  filter: '',
  status: statuses.START,
  error: '',
});