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.
1 parent cd9d8d2 commit d268c09Copy full SHA for d268c09
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