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: f49737485f26625e8c1d86f2275de95fc9ae8ff7 (plain)
1
2
3
4
5
6
7
export default () => ({
  commitMessage: '',
  commitAction: null,
  newBranchName: '',
  submitCommitLoading: false,
  shouldCreateMR: true,
});