fix updating of group type and action radius changes to the form

This commit is contained in:
mahula 2023-04-25 14:11:00 +02:00
parent a780f43d82
commit 6298194db3

View File

@ -318,10 +318,10 @@ export default {
return false
},
changeGroupType(event) {
this.formData.groupType = event.target.value
this.$refs.groupForm.update('groupType', event.target.value)
},
changeActionRadius(event) {
this.formData.actionRadius = event.target.value
this.$refs.groupForm.update('actionRadius', event.target.value)
},
updateEditorDescription(value) {
this.$refs.groupForm.update('description', value)