Skip to content

Commit

Permalink
chore: drop default header options from webhook form (#1126)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanhopperlowe authored Jan 7, 2025
1 parent 8be2fb4 commit 51275aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/admin/app/components/webhooks/WebhookFormContext.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export function WebhookFormContextProvider({
description: webhook?.description ?? "",
alias: webhook?.alias ?? "",
workflow: webhook?.workflow ?? "",
headers: webhook?.headers ?? ["User-Agent", "X-GitHub-Event"],
headers: webhook?.headers ?? [],
validationHeader: webhook?.validationHeader ?? "",
secret: "",
token: "",
Expand Down

0 comments on commit 51275aa

Please sign in to comment.