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

state.js « list « modules « stores « releases « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c251f56c9c551b9d720032d7fdc5f76947b15281 (plain)
1
2
3
4
5
6
export default () => ({
  isLoading: false,
  hasError: false,
  releases: [],
  pageInfo: {},
});