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 1a28b1a + 22a2f29 commit 57a585eCopy full SHA for 57a585e
src/services/SPTermStorePickerService.ts
@@ -424,10 +424,10 @@ export default class SPTermStorePickerService {
424
resolve(null);
425
return;
426
}
427
-
+
428
let data = {
429
start: searchText,
430
- lcid: LocalesHelper.getLocaleId(this.context.pageContext.cultureInfo.currentUICultureName) ?? this.context.pageContext.web.language,
+ lcid: LocalesHelper.getLocaleId(this.context.pageContext.cultureInfo?.currentUICultureName) ?? this.context.pageContext.web.language,
431
432
sspList: this.cleanGuid(termStore[0].Id),
433
termSetList: TermSetId,
0 commit comments