Skip to content

Commit

Permalink
[OPIK-351]: fix the type;
Browse files Browse the repository at this point in the history
  • Loading branch information
Sasha committed Nov 6, 2024
1 parent c5a4c4d commit ce0943d
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,11 @@ const AnnotateRow: React.FunctionComponent<AnnotateRowProps> = ({
</div>
<div className="flex items-center overflow-hidden border-b border-border px-1 py-2">
{!isUndefined(feedbackScore?.value) && (
<Button variant="minimal" size="icon-s" onClick={deleteFeedbackScore}>
<Button
variant="minimal"
size="icon-sm"
onClick={deleteFeedbackScore}
>
<X className="size-4" />
</Button>
)}
Expand Down

0 comments on commit ce0943d

Please sign in to comment.