Skip to content

Commit b13e1df

Browse files
committed
Merge branch 'patch-1' of https://github.com/ravichandran-blog/sp-dev-fx-controls-react into ravichandran-blog-patch-1
2 parents 52e4e9f + de9607b commit b13e1df

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)