From 4daaabb76f24398ce83ce15f3f5959fa435c8314 Mon Sep 17 00:00:00 2001 From: dkmyta Date: Mon, 28 Oct 2024 15:11:36 -0700 Subject: [PATCH] Update prop names --- .../components/components/threats-data-views/index.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/projects/js-packages/components/components/threats-data-views/index.tsx b/projects/js-packages/components/components/threats-data-views/index.tsx index 3df495cccb576..658eda96b8fb5 100644 --- a/projects/js-packages/components/components/threats-data-views/index.tsx +++ b/projects/js-packages/components/components/threats-data-views/index.tsx @@ -123,9 +123,9 @@ export default function ThreatsDataViews( { isThreatEligibleForFix?: ( threat: Threat ) => boolean; isThreatEligibleForIgnore?: ( threat: Threat ) => boolean; isThreatEligibleForUnignore?: ( threat: Threat ) => boolean; - onFixThreats?: ( threatsIds: ( string | number )[] ) => void; - onIgnoreThreats?: ( threatsIds: ( string | number )[] ) => void; - onUnignoreThreats?: ( threatsIds: ( string | number )[] ) => void; + onFixThreats?: ( threatIds: ( string | number )[] ) => void; + onIgnoreThreats?: ( threatIds: ( string | number )[] ) => void; + onUnignoreThreats?: ( threatIds: ( string | number )[] ) => void; } ): JSX.Element { const baseView = { sort: {