Commit 5ca36769 authored by David O'Regan's avatar David O'Regan

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

Move to confirm variant from success in javascripts/environments directory

See merge request gitlab-org/gitlab!56203
parents 8d0ec9fb 1d1251f8
...@@ -129,7 +129,7 @@ export default { ...@@ -129,7 +129,7 @@ export default {
:href="newEnvironmentPath" :href="newEnvironmentPath"
data-testid="new-environment" data-testid="new-environment"
category="primary" category="primary"
variant="success" variant="confirm"
>{{ $options.i18n.newEnvironmentButtonLabel }}</gl-button >{{ $options.i18n.newEnvironmentButtonLabel }}</gl-button
> >
</div> </div>
...@@ -164,7 +164,7 @@ export default { ...@@ -164,7 +164,7 @@ export default {
:href="newEnvironmentPath" :href="newEnvironmentPath"
data-testid="new-environment" data-testid="new-environment"
category="primary" category="primary"
variant="success" variant="confirm"
>{{ $options.i18n.newEnvironmentButtonLabel }}</gl-button >{{ $options.i18n.newEnvironmentButtonLabel }}</gl-button
> >
</div> </div>
......
---
title: Move to confirm variant from success in environments directory
merge_request: 56203
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