[autofix.ci] apply automated fixes

This commit is contained in:
autofix-ci[bot]
2026-02-16 08:16:18 +00:00
committed by GitHub
parent 2cd3c27ae9
commit 1f9335ad5d

View File

@@ -217,15 +217,11 @@ export const WebDomain = () => {
>
<FormControl>
<SelectTrigger>
<SelectValue
placeholder="Select a certificate"
/>
<SelectValue placeholder="Select a certificate" />
</SelectTrigger>
</FormControl>
<SelectContent>
<SelectItem value={"none"}>
None
</SelectItem>
<SelectItem value={"none"}>None</SelectItem>
<SelectItem value={"letsencrypt"}>
Let's Encrypt
</SelectItem>