mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-09 04:35:25 +03:00
Add key
This commit is contained in:
parent
c075479d68
commit
5c4bdba661
@ -222,7 +222,7 @@ function NewGroupDialog({ open, setOpen, currentGroups }: NewGroupDialogProps) {
|
||||
<DialogContent className="min-w-0 w-96">
|
||||
<DialogTitle>Camera Groups</DialogTitle>
|
||||
{currentGroups.map((group) => (
|
||||
<div className="flex justify-between items-center">
|
||||
<div key={group[0]} className="flex justify-between items-center">
|
||||
{group[0]}
|
||||
<div className="flex justify-center gap-1">
|
||||
<Button
|
||||
|
||||
Loading…
Reference in New Issue
Block a user