Commit 57d03722 authored by Austin Regnery's avatar Austin Regnery

Change variant to confirm

Changelog: changed
EE: true
parent 18ad8ce2
...@@ -164,7 +164,6 @@ export default { ...@@ -164,7 +164,6 @@ export default {
:title="$options.addProjectsModalHeader" :title="$options.addProjectsModalHeader"
:ok-title="$options.addProjectsModalSubmit" :ok-title="$options.addProjectsModalSubmit"
:ok-disabled="okDisabled" :ok-disabled="okDisabled"
ok-variant="success"
@hidden="onModalHidden" @hidden="onModalHidden"
@ok="onOk" @ok="onOk"
> >
...@@ -199,7 +198,7 @@ export default { ...@@ -199,7 +198,7 @@ export default {
<h1 class="js-dashboard-title page-title text-nowrap flex-fill"> <h1 class="js-dashboard-title page-title text-nowrap flex-fill">
{{ $options.dashboardHeader }} {{ $options.dashboardHeader }}
</h1> </h1>
<gl-button v-gl-modal="$options.modalId" class="js-add-projects-button" variant="success"> <gl-button v-gl-modal="$options.modalId" class="js-add-projects-button" variant="confirm">
{{ $options.addProjectsButton }} {{ $options.addProjectsButton }}
</gl-button> </gl-button>
</div> </div>
...@@ -251,7 +250,7 @@ export default { ...@@ -251,7 +250,7 @@ export default {
>. >.
</template> </template>
<template #actions> <template #actions>
<gl-button v-gl-modal="$options.modalId" variant="success" class="js-add-projects-button"> <gl-button v-gl-modal="$options.modalId" variant="confirm" class="js-add-projects-button">
{{ s__('ModalButton|Add projects') }} {{ s__('ModalButton|Add projects') }}
</gl-button> </gl-button>
</template> </template>
......
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