Compare commits

...

1 Commits

Author SHA1 Message Date
Cursor Agent
0474720455 fix(frontend): ensure unique keys in top-level operations table 2026-03-24 16:02:50 +00:00

View File

@@ -126,6 +126,7 @@ export default function ServiceTopLevelOperations(): JSX.Element {
title={(): string => 'Top Level Operations'}
// @ts-ignore
dataSource={topLevelOperations}
rowKey={(record, index): string => `${record}-${index}`}
loading={isLoading}
showHeader={false}
pagination={{