mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-03 09:45:22 +03:00
MultiSelect ShowAll unfocused by default
This commit is contained in:
parent
58d8695726
commit
86c6728fec
@ -29,7 +29,7 @@ export default function MultiSelect({ className, title, options, selection, onTo
|
||||
<Menu relativeTo={popupRef} onDismiss={() => setState({ showMenu: false })}>
|
||||
<div className="flex flex-wrap justify-between items-center">
|
||||
<Heading className="p-4 justify-center" size="md">{title}</Heading>
|
||||
<Button className="mx-4" onClick={() => onShowAll() }>
|
||||
<Button tabindex="false" className="mx-4" onClick={() => onShowAll() }>
|
||||
Show All
|
||||
</Button>
|
||||
</div>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user