Commit 5223e316 authored by clenneville's avatar clenneville

Run prettier script

parent 1e54c92a
...@@ -95,11 +95,7 @@ export default { ...@@ -95,11 +95,7 @@ export default {
data-qa-selector="add_license_submit_button" data-qa-selector="add_license_submit_button"
@click="addLicense" @click="addLicense"
/> />
<gl-button <gl-button class="js-cancel" :disabled="loading" @click="closeForm">
class="js-cancel"
:disabled="loading"
@click="closeForm"
>
{{ s__('LicenseCompliance|Cancel') }} {{ s__('LicenseCompliance|Cancel') }}
</gl-button> </gl-button>
</div> </div>
......
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