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

state.js « stores « explorer « registry « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 66ee56eb47bb4087134080abbff00ba98a81e795 (plain)
1
2
3
4
5
6
7
8
9
10
export default () => ({
  isLoading: false,
  showGarbageCollectionTip: false,
  config: {},
  images: [],
  imageDetails: {},
  tags: [],
  pagination: {},
  tagsPagination: {},
});