From 913c5c94fbfa35dade91cbd66ef5047d4e6e79b9 Mon Sep 17 00:00:00 2001 From: anik-ghosh-au7 Date: Sat, 16 Jul 2022 09:42:10 +0530 Subject: [PATCH] update: webhooks --- dashboard/src/pages/Webhooks.tsx | 24 ++++++++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) diff --git a/dashboard/src/pages/Webhooks.tsx b/dashboard/src/pages/Webhooks.tsx index fec0e74..ee3b760 100644 --- a/dashboard/src/pages/Webhooks.tsx +++ b/dashboard/src/pages/Webhooks.tsx @@ -148,10 +148,26 @@ const Webhooks = () => { - { - Object.keys(webhook[WebhookInputDataFields.HEADERS] || {}) - ?.length - } + +
+ + {Object.keys( + webhook[WebhookInputDataFields.HEADERS] || {} + )?.length.toString()} + +
+