diff --git a/apps/dashboard/src/app/team/[team_slug]/[project_slug]/connect/pay/webhooks/components/webhooks.client.tsx b/apps/dashboard/src/app/team/[team_slug]/[project_slug]/connect/pay/webhooks/components/webhooks.client.tsx index bc8a06e73c0..7ec160219d9 100644 --- a/apps/dashboard/src/app/team/[team_slug]/[project_slug]/connect/pay/webhooks/components/webhooks.client.tsx +++ b/apps/dashboard/src/app/team/[team_slug]/[project_slug]/connect/pay/webhooks/components/webhooks.client.tsx @@ -215,6 +215,7 @@ function CreateWebhookButton(props: PropsWithChildren) { clientId: props.clientId, // switching to projectId for lookup, but have to send both during migration projectId: props.projectId, + teamId: props.teamId, }), headers: { "Content-Type": "application/json", @@ -349,6 +350,7 @@ function DeleteWebhookButton( clientId: props.clientId, // switching to projectId for lookup, but have to send both during migration projectId: props.projectId, + teamId: props.teamId, }), pathname: "/webhooks/revoke", });