Skip to content

Commit

Permalink
Fix #601
Browse files Browse the repository at this point in the history
  • Loading branch information
tfrancart committed Jun 11, 2024
1 parent bd50c70 commit a0c07f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sparnatural/components/widgets/data/SparqlBuilders.ts
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ export class TreeSparqlTemplateQueryBuilder implements TreeSparqlQueryBuilderIfc
defaultLanguage: any,
typePath: string
): string {
return this.#buildSparql(this.childrenQueryString,null,domain,property,range,language,defaultLanguage,typePath);
return this.#buildSparql(this.childrenQueryString,node,domain,property,range,language,defaultLanguage,typePath);
}

#buildSparql(
Expand Down

0 comments on commit a0c07f6

Please sign in to comment.