Skip to content

Commit e9f353f

Browse files
Changed variable name
1 parent 426d1e5 commit e9f353f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/controls/modernTaxonomyPicker/ModernTaxonomyPicker.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ export function ModernTaxonomyPicker(props: IModernTaxonomyPickerProps) {
4040
React.useEffect(() => {
4141
sp.setup(props.context);
4242
taxonomyService.getTermStoreInfo()
43-
.then((termStoreInfo) => {
44-
setTermStoreInfo(termStoreInfo);
43+
.then((localTermStoreInfo) => {
44+
setTermStoreInfo(localTermStoreInfo);
4545
});
4646
}, []);
4747

0 commit comments

Comments
 (0)