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/(app)/team/[team_slug]/[project_slug]/(sidebar)/webhooks/components/webhook-config-modal.tsx
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -97,7 +97,7 @@ export function WebhookConfigModal(props: WebhookConfigModalProps) {
97
97
description: values.description,
98
98
destinationUrl: values.destinationUrl,
99
99
isPaused: values.isPaused,
100
-
topics: processedTopics,
100
+
topicIdsWithFilters: processedTopics,
101
101
},
102
102
projectIdOrSlug: props.projectSlug,
103
103
teamIdOrSlug: props.teamSlug,
@@ -115,7 +115,7 @@ export function WebhookConfigModal(props: WebhookConfigModalProps) {
Copy file name to clipboardExpand all lines: apps/dashboard/src/app/(app)/team/[team_slug]/[project_slug]/(sidebar)/webhooks/components/webhook-configs-table.tsx
+17Lines changed: 17 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -187,6 +187,7 @@ export function WebhookConfigsTable(props: {
0 commit comments