added lang param to graphql thematique load

This commit is contained in:
Bachir Soussi Chiadmi 2021-03-04 10:52:46 +01:00
parent 284037ad69
commit 5383719450
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

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