You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/dashboard/src/app/team/[team_slug]/[project_slug]/connect/pay/webhooks/components/webhooks.client.tsx
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -215,6 +215,7 @@ function CreateWebhookButton(props: PropsWithChildren<PayWebhooksPageProps>) {
215
215
clientId: props.clientId,
216
216
// switching to projectId for lookup, but have to send both during migration
217
217
projectId: props.projectId,
218
+
teamId: props.teamId,
218
219
}),
219
220
headers: {
220
221
"Content-Type": "application/json",
@@ -349,6 +350,7 @@ function DeleteWebhookButton(
349
350
clientId: props.clientId,
350
351
// switching to projectId for lookup, but have to send both during migration
0 commit comments