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 c0991b9 commit ea943dcCopy full SHA for ea943dc
src/services/SPTermStorePickerService.ts
@@ -28,8 +28,6 @@ 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