mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
fix worng variable name
This commit is contained in:
parent
25833f58b4
commit
bd42480fc0
@ -95,7 +95,7 @@ export default {
|
|||||||
mutation: updateUserInfos,
|
mutation: updateUserInfos,
|
||||||
variables: {
|
variables: {
|
||||||
email: this.$store.state.email,
|
email: this.$store.state.email,
|
||||||
language: this.language,
|
locale: this.language,
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
.then(() => {
|
.then(() => {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user