Skip to content
Snippets Groups Projects
Commit 26d1944d authored by Atte Keinänen's avatar Atte Keinänen Committed by GitHub
Browse files

Merge pull request #4729 from metabase/fix-pr-4147

Fix a bug that caused the dashboard category search field to never show up
parents 06c063fb 6e075b1c
Branches
Tags
No related merge requests found
......@@ -74,7 +74,7 @@ export default class CategoryWidget extends Component<*, Props, State> {
return (
<div style={{ maxWidth: 200 }}>
{ values.length > 10 && regex &&
{ values.length > 10 &&
<div className="p1">
<ListSearchField
onChange={this.updateSearchText}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment