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

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