mirror of
https://github.com/kremalicious/umami.git
synced 2024-11-16 02:05:04 +01:00
Fix search on settings table from dissappearing
This commit is contained in:
parent
6291654748
commit
55487ca725
@ -36,7 +36,7 @@ export function SettingsTable({
|
||||
|
||||
return (
|
||||
<>
|
||||
{showSearch && !!value.length && (
|
||||
{showSearch && (value.length > 0 || filterValue) && (
|
||||
<SearchField
|
||||
onChange={handleFilterChange}
|
||||
delay={1000}
|
||||
|
Loading…
Reference in New Issue
Block a user