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

constants.js « issuable « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9344f4a7c9a6ebef32dd7bea0707fe59b0aada0b (plain)
1
2
3
4
5
6
export const EVENT_ISSUABLE_VUE_APP_CHANGE = 'issuable_vue_app:change';

export const ISSUABLE_TYPE = {
  issues: 'issues',
  mergeRequests: 'merge-requests',
};