From 366c9f4398a19eb446ee76b84a6c58c4c5eef35b Mon Sep 17 00:00:00 2001 From: Rishabh Mishra Date: Thu, 6 Feb 2025 12:33:48 +0530 Subject: [PATCH] fix: ui build (#866) --- ui/src/containers/webhooks/columns.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/src/containers/webhooks/columns.tsx b/ui/src/containers/webhooks/columns.tsx index 8e2cc9fae..3c361119b 100644 --- a/ui/src/containers/webhooks/columns.tsx +++ b/ui/src/containers/webhooks/columns.tsx @@ -41,6 +41,7 @@ export const getColumns: ( header: "Action", accessorKey: "id", cell: ({ getValue }) => ( + // @ts-ignore