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

state.js « merge_requests « modules « stores « ide « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7ac555eef491faf125b4241432f38ed9b45d9ae1 (plain)
1
2
3
4
5
6
7
import { scopes } from './constants';

export default () => ({
  isLoading: false,
  mergeRequests: [],
  scope: scopes.assignedToMe,
});