Skip to content

Commit 99d079a

Browse files
committed
Adds cursor pointer to table row
1 parent 72b1142 commit 99d079a

File tree

1 file changed

+1
-1
lines changed
  • apps/webapp/app/routes/_app.orgs.$organizationSlug.projects.$projectParam.env.$envParam.prompts.$promptSlug

1 file changed

+1
-1
lines changed

apps/webapp/app/routes/_app.orgs.$organizationSlug.projects.$projectParam.env.$envParam.prompts.$promptSlug/route.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1491,7 +1491,7 @@ function GenerationsTab({
14911491
key={`${gen.run_id}-${gen.span_id}-${i}`}
14921492
data-generation-item
14931493
isSelected={isSelected}
1494-
className="cursor-pointer"
1494+
className="cursor-pointer [&_td]:cursor-pointer"
14951495
onClick={() => onSelectSpan({ runId: gen.run_id, spanId: gen.span_id })}
14961496
>
14971497
<TableCell>

0 commit comments

Comments
 (0)