Commit 6d412ace authored by Justin Ho's avatar Justin Ho

Replace <gl-deprecated-button> with <gl-button>

in alerts_service_form.vue
parent 0d9f0596
<script>
import {
GlDeprecatedButton,
GlButton,
GlFormGroup,
GlFormInput,
GlLink,
......@@ -26,7 +26,7 @@ export default {
COPY_TO_CLIPBOARD: __('Copy'),
RESET_KEY: __('Reset key'),
components: {
GlDeprecatedButton,
GlButton,
GlFormGroup,
GlFormInput,
GlLink,
......@@ -167,9 +167,7 @@ export default {
<clipboard-button :text="authorizationKey" :title="$options.COPY_TO_CLIPBOARD" />
</span>
</div>
<gl-deprecated-button v-gl-modal.authKeyModal class="mt-2">{{
$options.RESET_KEY
}}</gl-deprecated-button>
<gl-button v-gl-modal.authKeyModal class="mt-2">{{ $options.RESET_KEY }}</gl-button>
<gl-modal
modal-id="authKeyModal"
:title="$options.RESET_KEY"
......
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