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

state.js « commit « 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: 8dae50961b09dfd91a54ccbe33791d0da2a0e4d7 (plain)
1
2
3
4
5
6
export default () => ({
  commitMessage: '',
  commitAction: '1',
  newBranchName: '',
  submitCommitLoading: false,
});