We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f8105d commit db0354eCopy full SHA for db0354e
public/pages/CreateDetector/components/DefineDetector/components/DetectionRules/DetectionRulesTable.tsx
@@ -82,7 +82,7 @@ export const DetectionRulesTable: React.FC<DetectionRulesTableProps> = ({
82
onRuleDetails
83
)}
84
items={ruleItems}
85
- itemId={(item: RuleItem) => `${item.name}`}
+ itemId={(item: RuleItem) => `${item.id}`}
86
search={search}
87
pagination={pagination}
88
onTableChange={onTableChangeHandler}
0 commit comments