Skip to content

Commit

Permalink
Merge pull request #1398 from DalgoT4D/feedback-not-working
Browse files Browse the repository at this point in the history
submit feedback function not called
  • Loading branch information
Ishankoradia authored Feb 16, 2025
2 parents 40c6956 + 560f828 commit fab41db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/DataAnalysis/OverwriteBox.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ export const OverWriteDialog = ({
},
onClick: () => {
trackAmplitudeEvent(`[Submit-Feedback-LLMSummary] Button Clicked`);
handleSubmit((data) => submitFeedback(data.feedback));
handleSubmit((data) => submitFeedback(data.feedback))();
},
},
],
Expand Down

0 comments on commit fab41db

Please sign in to comment.