diff --git a/apps/console/src/components/form/ControlMaturityLevelOptions.tsx b/apps/console/src/components/form/ControlMaturityLevelOptions.tsx index cda11fae7..a3fad9a1b 100644 --- a/apps/console/src/components/form/ControlMaturityLevelOptions.tsx +++ b/apps/console/src/components/form/ControlMaturityLevelOptions.tsx @@ -19,14 +19,11 @@ import { import { useTranslate } from "@probo/i18n"; import { Option } from "@probo/ui"; -export const MATURITY_LEVEL_UNSET = "__unset__" as const; - export function ControlMaturityLevelOptions() { const { __ } = useTranslate(); return ( <> - {controlMaturityLevels.map(level => (