Skip to content

Commit

Permalink
Fix small bug
Browse files Browse the repository at this point in the history
  • Loading branch information
youknowriad committed May 27, 2024
1 parent e4ab2ce commit 9399bcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/dataviews/src/search.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const Search = memo( function Search( {
page: 1,
search: debouncedSearch,
} );
}, [ debouncedSearch, view ] );
}, [ debouncedSearch ] );
const searchLabel = label || __( 'Search' );
return (
<SearchControl
Expand Down

0 comments on commit 9399bcc

Please sign in to comment.