Skip to content

Commit

Permalink
Fix missing onChange for category select in QueryControls component (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
gchtr authored and jorgefilipecosta committed Aug 26, 2020
1 parent 7f41d98 commit d0ebc5c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/components/src/query-controls/index.js
Expand Up @@ -76,6 +76,7 @@ export default function QueryControls( {
label={ __( 'Category' ) }
noOptionLabel={ __( 'All' ) }
selectedCategoryId={ selectedCategoryId }
onChange={ onCategoryChange }
/>
),
categorySuggestions && onCategoryChange && (
Expand Down

0 comments on commit d0ebc5c

Please sign in to comment.