Skip to content

Commit cafb488

Browse files
Update apps/dashboard/src/app/(app)/team/[team_slug]/(team)/~/support/_components/SupportCaseDetails.tsx
Co-authored-by: graphite-app[bot] <96075541+graphite-app[bot]@users.noreply.github.com> Signed-off-by: Gi <[email protected]>
1 parent a23e22e commit cafb488

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/dashboard/src/app/(app)/team/[team_slug]/(team)/~/support/_components/SupportCaseDetails.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -546,7 +546,7 @@ class FeedbackErrorBoundary extends Component<
546546

547547
componentDidCatch(_error: Error, _errorInfo: { componentStack: string }) {
548548
// Report the error to analytics
549-
reportSupportErrorBoundary({
549+
reportSupportFeedbackFailed({
550550
ticketId: this.props.ticketId,
551551
errorMessage: `Error boundary: ${_error.message}`,
552552
errorType: "unknown",

0 commit comments

Comments
 (0)