Skip to content

Commit

Permalink
liiiiint
Browse files Browse the repository at this point in the history
  • Loading branch information
albandum committed Nov 21, 2024
1 parent cc28a8a commit 5c4b9a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sparkle/src/components/ConversationMessageActions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ function ThumbsSelector({
<Button
variant="primary"
label="Submit feedback"
onClick={async (e) => {
onClick={async () => {
await onSubmitThumb({
thumb: selectedThumb ?? "up",
isToRemove: false,
Expand Down

0 comments on commit 5c4b9a7

Please sign in to comment.