summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/ide/stores/modules/commit/constants.js
blob: c6c3701effed656d0186b340bf9cece4e71c16f4 (plain)
1
2
3
4
5
6
7
const COMMIT_TO_CURRENT_BRANCH = '1';
const COMMIT_TO_NEW_BRANCH = '2';

export default {
  COMMIT_TO_CURRENT_BRANCH,
  COMMIT_TO_NEW_BRANCH,
};