added lang param to graphql thematique load
This commit is contained in:
parent
284037ad69
commit
5383719450
File diff suppressed because one or more lines are too long
|
@ -106,7 +106,7 @@ export default {
|
|||
this.loading = true
|
||||
|
||||
let ast = gql`{
|
||||
route(path: "${this.path}") {
|
||||
route(path: "${this.path}", lang: "${drupalDecoupled.lang_code}") {
|
||||
...ThematiqueFields
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue