mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
fix lint
This commit is contained in:
parent
ff0396a650
commit
60303b172b
@ -40,10 +40,9 @@
|
||||
<ds-text class="select-label">
|
||||
{{ $t('group.type') }}
|
||||
</ds-text>
|
||||
{{formData.groupType}}
|
||||
{{ formData.groupType }}
|
||||
<select
|
||||
class="select ds-input appearance--auto"
|
||||
|
||||
:value="formData.groupType"
|
||||
:disabled="update"
|
||||
model="groupType"
|
||||
@ -260,7 +259,7 @@ export default {
|
||||
},
|
||||
methods: {
|
||||
changeGroupType(e) {
|
||||
this.formData.groupType = e.target.value
|
||||
this.formData.groupType = e.target.value
|
||||
},
|
||||
changeActionRadius(e) {
|
||||
this.formData.actionRadius = e.target.value
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user