fix: added missing call to onOpen (#1378)

This commit is contained in:
Nan Yu 2020-07-21 21:35:27 -07:00 committed by GitHub
parent 003d82fe8a
commit 2cc6d7add8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -171,6 +171,7 @@ class IconPicker extends React.Component<Props> {
<LabelText>Icon</LabelText>
</label>
<DropdownMenu
onOpen={this.handleOpen}
label={
<LabelButton>
<Component role="button" color={this.props.color} size={30} />