Skip to content

Commit

Permalink
fix: ui build (#866)
Browse files Browse the repository at this point in the history
  • Loading branch information
rsbh authored Feb 6, 2025
1 parent 9722a7c commit 366c9f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/src/containers/webhooks/columns.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ export const getColumns: (
header: "Action",
accessorKey: "id",
cell: ({ getValue }) => (
// @ts-ignore
<DropdownMenu style={{ padding: "0 !important" }}>
<DropdownMenu.Trigger asChild style={{ cursor: "pointer" }}>
<DotsVerticalIcon />
Expand Down

0 comments on commit 366c9f4

Please sign in to comment.