gitlab-org--gitlab-foss/app/assets/javascripts/vue_merge_request_widget/constants.js
Nathan Friend 12170f8320
Add two warning messages to the MR widget
This commit adds two new warning messages to the MR widget that handle
cases involving merge request pipelines.
2019-04-15 10:25:48 -03:00

5 lines
177 B
JavaScript

export const WARNING = 'warning';
export const DANGER = 'danger';
export const WARNING_MESSAGE_CLASS = 'warning_message';
export const DANGER_MESSAGE_CLASS = 'danger_message';