Skip to content

Commit

Permalink
getClassIndividuals - correct parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
LeldeLace committed Dec 2, 2024
1 parent 1829de4 commit 8c9f150
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/imports/client/custom/vq/js/autoCompletion.js
Original file line number Diff line number Diff line change
Expand Up @@ -667,7 +667,7 @@ const runCompletionNew = async function (text, fullText, cursorPosition, symbolT
// dataShapes.schema.schemaType = schemaNameFromABS;
}

var inst = await dataShapes.getClassIndividuals(params, act_el);
var inst = await dataShapes.getClassIndividuals(params, act_el.getName());
//if (dataShapes.schema.schemaType == 'wikidata' && fullText != "")
// inst = await dataShapes.getIndividualsWD(fullText);
//else
Expand Down

0 comments on commit 8c9f150

Please sign in to comment.