Skip to content

Commit c28b0b2

Browse files
committed
fix: update uniqueKey property in ExecutionLogs component to 'id' for improved data handling
1 parent 8efc935 commit c28b0b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/components/ExecutionLogs/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ const ExecutionLogs = ({ projectId }: { projectId: string }) => {
286286
itemSize={60}
287287
columns={columns}
288288
data={data ?? []}
289-
uniqueKey={''}
289+
uniqueKey={'id'}
290290
fetchTableData={fetchData}
291291
totalCounts={totalCounts ?? 0}
292292
loading={loading}

0 commit comments

Comments
 (0)