Skip to content

Commit 03c26a1

Browse files
committed
Merge branch 'ravichandran-blog-patch-1' into dev
2 parents 52e4e9f + b13e1df commit 03c26a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/documentation/docs/controls/IconPicker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ import { IconPicker } from '@pnp/spfx-controls-react/lib/IconPicker';
3535

3636
```TypeScript
3737
<IconPicker buttonLabel={'Icon'}
38-
renderOption={'Dialog'}
38+
renderOption={'dialog'}
3939
onChange={(iconName: string) => { this.setState({icon: iconName}); }}
4040
onSave={(iconName: string) => { this.setState({icon: iconName}); }} />
4141
```

0 commit comments

Comments
 (0)