mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-03-31 12:24:55 +03:00
Fix Safari popover issue in classification wizard
This commit is contained in:
parent
430cebecda
commit
4385fd0462
@ -315,7 +315,7 @@ export default function Step1NameAndDefine({
|
|||||||
<FormLabel className="text-primary-variant">
|
<FormLabel className="text-primary-variant">
|
||||||
{t("wizard.step1.classificationType")}
|
{t("wizard.step1.classificationType")}
|
||||||
</FormLabel>
|
</FormLabel>
|
||||||
<Popover>
|
<Popover modal={true}>
|
||||||
<PopoverTrigger asChild>
|
<PopoverTrigger asChild>
|
||||||
<Button
|
<Button
|
||||||
variant="ghost"
|
variant="ghost"
|
||||||
@ -398,7 +398,7 @@ export default function Step1NameAndDefine({
|
|||||||
? t("wizard.step1.states")
|
? t("wizard.step1.states")
|
||||||
: t("wizard.step1.classes")}
|
: t("wizard.step1.classes")}
|
||||||
</FormLabel>
|
</FormLabel>
|
||||||
<Popover>
|
<Popover modal={true}>
|
||||||
<PopoverTrigger asChild>
|
<PopoverTrigger asChild>
|
||||||
<Button variant="ghost" size="sm" className="h-4 w-4 p-0">
|
<Button variant="ghost" size="sm" className="h-4 w-4 p-0">
|
||||||
<LuInfo className="size-3" />
|
<LuInfo className="size-3" />
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user