diff --git a/web/components/dashboard/SendSMS.tsx b/web/components/dashboard/SendSMS.tsx index 6f5a6fb..36da667 100644 --- a/web/components/dashboard/SendSMS.tsx +++ b/web/components/dashboard/SendSMS.tsx @@ -39,7 +39,11 @@ export const SendSMSForm = ({ deviceList, formData, handleChange }) => { value={formData.device} > {deviceList.map((device) => ( - ))} @@ -99,7 +103,6 @@ export default function SendSMS() { // TODO: validate phone numbers } - dispatch( sendSMS({ deviceId,