mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
fix updating of group type and action radius changes to the form
This commit is contained in:
parent
a780f43d82
commit
6298194db3
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user