forked from Github/frigate
non-modal dropdown menus (#11649)
This commit is contained in:
@@ -284,6 +284,7 @@ function CameraSelectButton({
|
||||
|
||||
return (
|
||||
<DropdownMenu
|
||||
modal={false}
|
||||
open={open}
|
||||
onOpenChange={(open: boolean) => {
|
||||
if (!open) {
|
||||
|
||||
Reference in New Issue
Block a user