emit additonal hidden event from generic modal form

This commit is contained in:
vabene1111
2023-05-23 13:35:06 +02:00
parent b095bee229
commit ffa06ca75e

View File

@ -176,6 +176,7 @@ export default {
if (this.dirty) {
this.dirty = false
this.$emit("finish-action", "cancel")
this.$emit("hidden")
}
},
storeValue: function (field, value) {