Fix Cancel button appearance in the quick-uploader form

This commit is contained in:
Bubka 2023-11-20 13:01:06 +01:00
parent 0edb70b87e
commit 0660957f51

View File

@ -410,7 +410,7 @@
<div class="control">
<VueButton :isLoading="form.isBusy" >{{ $t('commons.save') }}</VueButton>
</div>
<ButtonBackCloseCancel action="cancel" :useLinkTag="false" @canceled="cancelCreation" />
<ButtonBackCloseCancel action="cancel" :isText="true" :useLinkTag="false" @canceled="cancelCreation" />
</div>
</div>
</div>