This commit is contained in:
mgabdev
2020-05-01 01:50:27 -04:00
parent c15d4f12dc
commit 8e349c368c
99 changed files with 1268 additions and 887 deletions

View File

@@ -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 = () => {