We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0fcfa9 commit 1636984Copy full SHA for 1636984
apps/webapp/app/components/logs/LogsTable.tsx
@@ -165,7 +165,7 @@ export function LogsTable({
165
>
166
<DateTimeAccurate date={log.triggeredTimestamp} hour12={false} />
167
</TableCell>
168
- <TableCell className="min-w-24">
+ <TableCell className="min-w-24" onClick={handleRowClick} hasAction>
169
<TruncatedCopyableValue value={log.runId} />
170
171
<TableCell className="min-w-32" onClick={handleRowClick} hasAction>
0 commit comments