Skip to content

Commit

Permalink
Custom rules multiply on the create detector page after switching log…
Browse files Browse the repository at this point in the history
… types (#625) (#628)

* Custom rules multiply on the Create Detector page after switching Log types #624

Signed-off-by: Jovan Cvetkovic <jovanca.cvetkovic@gmail.com>

* Custom rules multiply on the Create Detector page after switching Log types #624

Signed-off-by: Jovan Cvetkovic <jovanca.cvetkovic@gmail.com>

---------

Signed-off-by: Jovan Cvetkovic <jovanca.cvetkovic@gmail.com>
(cherry picked from commit db0354e)

Co-authored-by: Jovan Cvetkovic <jovanca.cvetkovic@gmail.com>
  • Loading branch information
1 parent d9ca756 commit 6630c41
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export const DetectionRulesTable: React.FC<DetectionRulesTableProps> = ({
onRuleDetails
)}
items={ruleItems}
itemId={(item: RuleItem) => `${item.name}`}
itemId={(item: RuleItem) => `${item.id}`}
search={search}
pagination={pagination}
onTableChange={onTableChangeHandler}
Expand Down

0 comments on commit 6630c41

Please sign in to comment.