This commit is contained in:
einhornimmond 2024-02-29 14:33:38 +01:00
parent ab0c99d953
commit ec844d8c94
2 changed files with 3 additions and 3 deletions

View File

@ -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,

View File

@ -184,7 +184,7 @@ export default {
return firstName === this.firstName && lastName === this.lastName
},
isGMS() {
return CONFIG.GMS
return CONFIG.GMS_ACTIVE
},
},
// TODO: watch: {