Skip to content

Commit 5fcadd8

Browse files
authored
Merge pull request #510 from siddharth-vaghasia/patch-2
Updated import statement in docs for ComboBoxListItemPicker
2 parents 759e92b + d3d5535 commit 5fcadd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/documentation/docs/controls/ComboBoxListItemPicker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Here is an example of the control:
1818
- Import the control into your component:
1919

2020
```TypeScript
21-
import { ComboBoxListItemPicker } from '@pnp/spfx-controls-react/lib/ComboBoxListItemPicker';
21+
import { ComboBoxListItemPicker } from '@pnp/spfx-controls-react/lib/listItemPicker';
2222
```
2323
- Use the `ComboBoxListItemPicker` control in your code as follows:
2424

0 commit comments

Comments
 (0)