added lang param to graphql thematique load
This commit is contained in:
		
										
											
												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
 | 
			
		||||
        }
 | 
			
		||||
      }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user