From 621a5160025f567e60aec8423e60e41a541d97ce Mon Sep 17 00:00:00 2001 From: isra el Date: Sat, 8 Mar 2025 17:35:25 +0300 Subject: [PATCH] feat(web): auto select device if theres only 1 registered device in send sms section --- web/app/(app)/dashboard/(components)/send-sms.tsx | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/web/app/(app)/dashboard/(components)/send-sms.tsx b/web/app/(app)/dashboard/(components)/send-sms.tsx index 01d83ac..9067171 100644 --- a/web/app/(app)/dashboard/(components)/send-sms.tsx +++ b/web/app/(app)/dashboard/(components)/send-sms.tsx @@ -89,7 +89,15 @@ export default function SendSms() { name='deviceId' control={control} render={({ field }) => ( -