Skip to content

Commit e3b3bf4

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 cafb488 commit e3b3bf4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -548,6 +548,9 @@ class FeedbackErrorBoundary extends Component<
548548
// Report the error to analytics
549549
reportSupportFeedbackFailed({
550550
ticketId: this.props.ticketId,
551+
rating: 0, // default value
552+
hasFeedback: false, // default value
553+
feedbackLength: 0, // default value
551554
errorMessage: `Error boundary: ${_error.message}`,
552555
errorType: "unknown",
553556
});

0 commit comments

Comments
 (0)