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