From 3a99d7fad6d630ba64491ea214518aea92fba47e Mon Sep 17 00:00:00 2001 From: Tanmay Deep Sharma Date: Mon, 16 Mar 2026 14:14:14 +0530 Subject: [PATCH] fix: check phone number level webhook before waba and application level --- .../routes/dashboard/settings/inbox/components/AccountHealth.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/app/javascript/dashboard/routes/dashboard/settings/inbox/components/AccountHealth.vue b/app/javascript/dashboard/routes/dashboard/settings/inbox/components/AccountHealth.vue index 04c54ff0d..b39239b90 100644 --- a/app/javascript/dashboard/routes/dashboard/settings/inbox/components/AccountHealth.vue +++ b/app/javascript/dashboard/routes/dashboard/settings/inbox/components/AccountHealth.vue @@ -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 );