Fix icon deletion & CreateUpdate form being submitted on Cancel

This commit is contained in:
Bubka
2023-11-22 14:23:47 +01:00
parent fd8606aa4b
commit eb99e9200a
3 changed files with 38 additions and 30 deletions

View File

@ -72,6 +72,7 @@
id="btnClose"
:class="classes"
@click="$emit('closed')"
type="button"
>
{{ $t('commons.close') }}
</button>
@ -80,6 +81,7 @@
id="btnCancel"
:class="classes"
@click="$emit('canceled')"
type="button"
>
{{ $t('commons.cancel') }}
</button>