Commit 75caa70f authored by Enrique Alcántara's avatar Enrique Alcántara

Merge branch 'btn-confirm-alerts' into 'master'

Move to confirm variant from success in javascripts/alert_management directory

See merge request gitlab-org/gitlab!56206
parents d9a57f73 b1f64b05
......@@ -43,7 +43,7 @@ export default {
</gl-link>
</div>
<div v-if="userCanEnableAlertManagement" class="gl-display-block center gl-pt-4">
<gl-button category="primary" variant="success" :href="enableAlertManagementPath">
<gl-button category="primary" variant="confirm" :href="enableAlertManagementPath">
{{ $options.i18n.emptyState.buttonText }}
</gl-button>
</div>
......
---
title: Move to confirm variant from success in alert_management directory
merge_request: 56206
author: Yogi (@yo)
type: changed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment