Commit c012144b authored by Ezekiel Kigbo's avatar Ezekiel Kigbo

Address minor review comments

parent 5f28c6da
......@@ -34,7 +34,7 @@ export default {
<div>
<gl-button
v-gl-modal="$options.modalId"
class="gl-button btn btn-danger"
class="gl-button"
variant="danger"
:disabled="disabled"
data-testid="confirm-danger-button"
......
......@@ -65,7 +65,6 @@ export default {
<template>
<gl-modal
ref="modal"
class="qa-confirm-modal"
:modal-id="modalId"
:data-testid="modalId"
:title="$options.i18n.CONFIRM_DANGER_MODAL_TITLE"
......@@ -83,7 +82,7 @@ export default {
</template>
</gl-sprintf>
</p>
<gl-form-group class="'form-control qa-confirm-input'" :state="isValid">
<gl-form-group class="form-control" :state="isValid">
<gl-form-input v-model="confirmationPhrase" data-testid="confirm-danger-input" type="text" />
</gl-form-group>
</gl-modal>
......
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