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)

* 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>
  • Loading branch information
jovancacvetkovic committed Jun 8, 2023
1 parent 1f8105d commit db0354e
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 db0354e

Please sign in to comment.