Skip to content

Commit

Permalink
Merge pull request #510 from siddharth-vaghasia/patch-2
Browse files Browse the repository at this point in the history
Updated import statement in docs for ComboBoxListItemPicker
  • Loading branch information
AJIXuMuK committed Mar 27, 2020
2 parents 759e92b + d3d5535 commit 5fcadd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/documentation/docs/controls/ComboBoxListItemPicker.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Here is an example of the control:
- Import the control into your component:

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

Expand Down

0 comments on commit 5fcadd8

Please sign in to comment.