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 c8fda07 commit a208dd9Copy full SHA for a208dd9
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