Skip to content

Commit ea943dc

Browse files
committed
Revert "fixed initialization of SPTermStorePickerService.ts"
This reverts commit d268c09.
1 parent c0991b9 commit ea943dc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/services/SPTermStorePickerService.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ export default class SPTermStorePickerService {
2828
* Service constructor
2929
*/
3030
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";
3331
}
3432

3533
public async getTermLabels(termId: string): Promise<string[]> {

0 commit comments

Comments
 (0)