We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7815558 + d268c09 commit d829a4bCopy full SHA for d829a4b
src/services/SPTermStorePickerService.ts
@@ -28,6 +28,8 @@ export default class SPTermStorePickerService {
28
* Service constructor
29
*/
30
constructor(private props: ITaxonomyPickerProps, private context: BaseComponentContext) {
31
+ this.clientServiceUrl = this.context.pageContext.web.absoluteUrl + '/_vti_bin/client.svc/ProcessQuery';
32
+ this.suggestionServiceUrl = this.context.pageContext.web.absoluteUrl + "/_vti_bin/TaxonomyInternalService.json/GetSuggestions";
33
}
34
35
public async getTermLabels(termId: string): Promise<string[]> {
0 commit comments