Error on phone numbers dashboard
# support
c
SOLVED: Go to organisation settings --> channel --> switch from daily to weekly. I get this message in the phone numbers dashboard Error: TypeError Message: Cannot destructure property 'control' of 'useFormContext(...)' as it is null. Timestamp: 2026-04-09T20:21:34.943Z Path: /phone-numbers/83fc3426-f721-4d2a-af1c-dd36b07495d7 Can i get help? https://cdn.discordapp.com/attachments/1491897561907466442/1491897562498601151/AISelect_20260409_232155_Chrome.jpg?ex=69d95d61&is=69d80be1&hm=94b3a93020f7fbadf4d51d6bbedf684340be5db74465eb0c8f569d30d4ce1404&
c
Hi, Sorry for the trouble! We're currently aware of an issue with the phone numbers page on the dashboard and our team is working on a fix. In the meantime, you can update your phone number settings directly via the API:
Copy code
bash

curl -X PATCH https://api.vapi.ai/phone-number/YOUR_PHONE_NUMBER_ID \

-H "Authorization: Bearer YOUR_API_KEY" \

-H "Content-Type: application/json" \

-d '{
"assistantId": "your-assistant-id"
Copy code
}'
- Replace
YOUR_API_KEY
with your Vapi API key (found in Dashboard → Organization Settings) - Replace
YOUR_PHONE_NUMBER_ID
with your phone number's ID - Full list of updatable fields: https://docs.vapi.ai/api-reference/phone-numbers/update Best, Vapi Support