mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-11 13:45:25 +03:00
remove placeholder select
This commit is contained in:
parent
1034897b88
commit
e1e6d8d3dc
@ -1,14 +1,5 @@
|
|||||||
import Heading from "@/components/ui/heading";
|
import Heading from "@/components/ui/heading";
|
||||||
import { Label } from "@/components/ui/label";
|
import { Label } from "@/components/ui/label";
|
||||||
import {
|
|
||||||
Select,
|
|
||||||
SelectContent,
|
|
||||||
SelectGroup,
|
|
||||||
SelectItem,
|
|
||||||
SelectLabel,
|
|
||||||
SelectTrigger,
|
|
||||||
SelectValue,
|
|
||||||
} from "@/components/ui/select";
|
|
||||||
import { Switch } from "@/components/ui/switch";
|
import { Switch } from "@/components/ui/switch";
|
||||||
import { useEffect } from "react";
|
import { useEffect } from "react";
|
||||||
|
|
||||||
@ -24,22 +15,6 @@ export default function General() {
|
|||||||
<Switch id="lowdata" checked={false} onCheckedChange={() => {}} />
|
<Switch id="lowdata" checked={false} onCheckedChange={() => {}} />
|
||||||
<Label htmlFor="lowdata">Low Data Mode (this device only)</Label>
|
<Label htmlFor="lowdata">Low Data Mode (this device only)</Label>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className="flex items-center space-x-2 mt-5">
|
|
||||||
<Select>
|
|
||||||
<SelectTrigger className="w-[180px]">
|
|
||||||
<SelectValue placeholder="Another General Option" />
|
|
||||||
</SelectTrigger>
|
|
||||||
<SelectContent>
|
|
||||||
<SelectGroup>
|
|
||||||
<SelectLabel>Live Mode</SelectLabel>
|
|
||||||
<SelectItem value="jsmpeg">JSMpeg</SelectItem>
|
|
||||||
<SelectItem value="mse">MSE</SelectItem>
|
|
||||||
<SelectItem value="webrtc">WebRTC</SelectItem>
|
|
||||||
</SelectGroup>
|
|
||||||
</SelectContent>
|
|
||||||
</Select>
|
|
||||||
</div>
|
|
||||||
</>
|
</>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user