Skip to content

Commit 1636984

Browse files
committed
Add missing row click handler
1 parent d0fcfa9 commit 1636984

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/webapp/app/components/logs/LogsTable.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ export function LogsTable({
165165
>
166166
<DateTimeAccurate date={log.triggeredTimestamp} hour12={false} />
167167
</TableCell>
168-
<TableCell className="min-w-24">
168+
<TableCell className="min-w-24" onClick={handleRowClick} hasAction>
169169
<TruncatedCopyableValue value={log.runId} />
170170
</TableCell>
171171
<TableCell className="min-w-32" onClick={handleRowClick} hasAction>

0 commit comments

Comments
 (0)