Progress
This commit is contained in:
@@ -86,8 +86,8 @@ class GifPickerModal extends PureComponent {
|
||||
this.props.handleFetchCategories()
|
||||
}
|
||||
|
||||
onChange = (e) => {
|
||||
this.props.handleOnChange(e.target.value)
|
||||
onChange = (value) => {
|
||||
this.props.handleOnChange(value)
|
||||
}
|
||||
|
||||
onHandleCloseModal = () => {
|
||||
|
||||
Reference in New Issue
Block a user