fix(whatsapp): surface webhook registration errors (#15252)

This commit is contained in:
Muhsin Keloth
2026-07-30 13:31:49 +04:00
committed by GitHub
parent 0134e7f451
commit 34d63454db

View File

@@ -627,7 +627,8 @@ export default {
await this.fetchHealthData();
} catch (error) {
useAlert(
error.message ||
error.response?.data?.error ||
error.message ||
this.$t('INBOX_MGMT.ACCOUNT_HEALTH.WEBHOOK.REGISTER_ERROR')
);
} finally {