mirror of
https://github.com/umami-software/umami.git
synced 2026-02-09 07:07:17 +01:00
Add query types.
This commit is contained in:
parent
dcf8b2edaa
commit
cbe1a21e67
5 changed files with 31 additions and 10 deletions
|
|
@ -42,7 +42,7 @@ export function SettingsTable({
|
|||
delay={1000}
|
||||
value={filter}
|
||||
placeholder="Search"
|
||||
style={{ maxWidth: '300px', 'margin-bottom': '10px' }}
|
||||
style={{ maxWidth: '300px', marginBottom: '10px' }}
|
||||
/>
|
||||
)}
|
||||
{value.length === 0 && filterValue && (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue