Commit 1e54c92a authored by clenneville's avatar clenneville

Remove deprecated button and default variant

parent de5c202f
<script>
import { GlDeprecatedButton } from '@gitlab/ui';
import { GlButton } from '@gitlab/ui';
import LoadingButton from '~/vue_shared/components/loading_button.vue';
import { LICENSE_APPROVAL_STATUS } from '../constants';
import AddLicenseFormDropdown from './add_license_form_dropdown.vue';
......@@ -9,7 +9,7 @@ export default {
name: 'AddLicenseForm',
components: {
AddLicenseFormDropdown,
GlDeprecatedButton,
GlButton,
LoadingButton,
},
LICENSE_APPROVAL_STATUS,
......@@ -95,13 +95,12 @@ export default {
data-qa-selector="add_license_submit_button"
@click="addLicense"
/>
<gl-deprecated-button
<gl-button
class="js-cancel"
variant="default"
:disabled="loading"
@click="closeForm"
>
{{ s__('LicenseCompliance|Cancel') }}
</gl-deprecated-button>
</gl-button>
</div>
</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