Skip to content

Commit de9607b

Browse files
Update IconPicker.md
1 parent 87af8a7 commit de9607b

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)