fix: check phone number level webhook before waba and application level

This commit is contained in:
Tanmay Deep Sharma
2026-03-16 14:14:14 +05:30
parent d210f61855
commit 3a99d7fad6
@@ -146,6 +146,7 @@ const showWebhookSection = computed(
const webhookUrl = computed(
() =>
props.healthData?.webhook_configuration?.phone_number ||
props.healthData?.webhook_configuration?.whatsapp_business_account ||
props.healthData?.webhook_configuration?.application
);