Skip to content

Commit

Permalink
Close screen before sending the feedback to minimise wait time
Browse files Browse the repository at this point in the history
Co-authored-by: LucasZF <[email protected]>
  • Loading branch information
antonis and lucas-zimerman authored Dec 10, 2024
1 parent 4b5df7a commit 4fa81ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/js/feedback/FeedbackForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ export class FeedbackForm extends React.Component<FeedbackFormProps, FeedbackFor
email: trimmedEmail,
};

captureFeedback(userFeedback);
closeScreen();
captureFeedback(userFeedback);
};

/**
Expand Down

0 comments on commit 4fa81ce

Please sign in to comment.