mirror of
https://github.com/kremalicious/umami.git
synced 2025-02-01 20:39:44 +01:00
Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
commit
326bc9f8fa
3
.gitignore
vendored
3
.gitignore
vendored
@ -33,7 +33,8 @@ yarn-debug.log*
|
||||
yarn-error.log*
|
||||
|
||||
# local env files
|
||||
*.env
|
||||
.env
|
||||
.env.*
|
||||
|
||||
*.dev.yml
|
||||
|
||||
|
@ -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