mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-06-20 03:38:06 +02:00
Fix Cancel button appearance in the quick-uploader form
This commit is contained in:
parent
0edb70b87e
commit
0660957f51
@ -410,7 +410,7 @@
|
|||||||
<div class="control">
|
<div class="control">
|
||||||
<VueButton :isLoading="form.isBusy" >{{ $t('commons.save') }}</VueButton>
|
<VueButton :isLoading="form.isBusy" >{{ $t('commons.save') }}</VueButton>
|
||||||
</div>
|
</div>
|
||||||
<ButtonBackCloseCancel action="cancel" :useLinkTag="false" @canceled="cancelCreation" />
|
<ButtonBackCloseCancel action="cancel" :isText="true" :useLinkTag="false" @canceled="cancelCreation" />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user