mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
rename
This commit is contained in:
parent
ab0c99d953
commit
ec844d8c94
@ -5,7 +5,7 @@
|
||||
v-model="gmsAllowed"
|
||||
name="check-button"
|
||||
switch
|
||||
@change="onSubmit"
|
||||
@change="onChange"
|
||||
></b-form-checkbox>
|
||||
</div>
|
||||
</template>
|
||||
@ -20,7 +20,7 @@ export default {
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
async onSubmit() {
|
||||
async onChange() {
|
||||
this.$apollo
|
||||
.mutate({
|
||||
mutation: updateUserInfos,
|
||||
|
||||
@ -184,7 +184,7 @@ export default {
|
||||
return firstName === this.firstName && lastName === this.lastName
|
||||
},
|
||||
isGMS() {
|
||||
return CONFIG.GMS
|
||||
return CONFIG.GMS_ACTIVE
|
||||
},
|
||||
},
|
||||
// TODO: watch: {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user