diff --git a/components/filters/custo-checkbox-muted-findings.tsx b/components/filters/custo-checkbox-muted-findings.tsx index 0ebfcb7755..a5e52b3d92 100644 --- a/components/filters/custo-checkbox-muted-findings.tsx +++ b/components/filters/custo-checkbox-muted-findings.tsx @@ -3,7 +3,12 @@ import React from "react"; export const CustomCheckboxMutedFindings = () => { return ( - + Include Muted Findings ); diff --git a/components/filters/custom-account-selection.tsx b/components/filters/custom-account-selection.tsx index d09052ad4d..f9920a988f 100644 --- a/components/filters/custom-account-selection.tsx +++ b/components/filters/custom-account-selection.tsx @@ -18,6 +18,7 @@ export const CustomAccountSelection = () => { return ( { return ( { items={dataInputsProvider} // selectionMode="multiple" // label="Select a Provider" + aria-label="Select a Provider" placeholder="Select a provider" labelPlacement="outside" size="sm"