From 95eb9c7e0a2cfb30491d3a4668d087db59c4997c Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Mon, 9 Feb 2026 23:09:18 +0000 Subject: [PATCH] fix: add IDs to SelectTrigger components for improved accessibility --- frontend/src/components/ProxyHostForm.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/components/ProxyHostForm.tsx b/frontend/src/components/ProxyHostForm.tsx index 0881430d..51de089e 100644 --- a/frontend/src/components/ProxyHostForm.tsx +++ b/frontend/src/components/ProxyHostForm.tsx @@ -597,7 +597,7 @@ export default function ProxyHostForm({ host, onSubmit, onCancel }: ProxyHostFor Source