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

state.js « store « related_merge_requests « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: bc3468a025be8fc0e44c661b04b4b0a1a5926aa9 (plain)
1
2
3
4
5
6
7
export default () => ({
  apiEndpoint: '',
  isFetchingMergeRequests: false,
  hasErrorFetchingMergeRequests: false,
  mergeRequests: [],
  totalCount: 0,
});