Add query types.

This commit is contained in:
Brian Cao 2023-08-10 22:50:41 -07:00
parent dcf8b2edaa
commit cbe1a21e67
5 changed files with 31 additions and 10 deletions

View file

@ -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 && (