Skip to content

Commit

Permalink
Update webhook-header.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
steven-tey committed Jan 15, 2025
1 parent 0f1a848 commit d5b8c8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/web/ui/webhooks/webhook-header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -221,8 +221,8 @@ export default function WebhookHeader({ webhookId }: { webhookId: string }) {
<div className="-ml-1.5 border-b border-gray-200">
<TabSelect
options={[
{ id: "", label: "Webhook Logs" },
{ id: "edit", label: "Update Details" },
{ id: "", label: "Event Logs" },
{ id: "edit", label: "Configuration" },
]}
selected={page}
onSelect={(id: "" | "edit") => {
Expand Down

0 comments on commit d5b8c8c

Please sign in to comment.