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

state.js « cluster_dropdown « store « create_cluster « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b949a24216ee1c12be80b393e62245288af9df69 (plain)
1
2
3
4
5
export default () => ({
  isLoadingItems: false,
  items: [],
  loadingItemsError: null,
});