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: 694006aac81d41e4ae03236e4d115cf32920fce8 (plain)
1
2
3
4
5
6
7
8
9
export default () => ({
  isLoading: false,
  showGarbageCollectionTip: false,
  config: {},
  images: [],
  tags: [],
  pagination: {},
  tagsPagination: {},
});