mirror of
https://github.com/kremalicious/umami.git
synced 2025-02-14 21:10:34 +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 (
|
return (
|
||||||
<>
|
<>
|
||||||
{showSearch && !!value.length && (
|
{showSearch && (value.length > 0 || filterValue) && (
|
||||||
<SearchField
|
<SearchField
|
||||||
onChange={handleFilterChange}
|
onChange={handleFilterChange}
|
||||||
delay={1000}
|
delay={1000}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user