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()} + +
+