diff --git a/client/src/app/pages/applications/application-review/components/review-form/review-form.tsx b/client/src/app/pages/applications/application-review/components/review-form/review-form.tsx index 912610b54a..036de067bd 100644 --- a/client/src/app/pages/applications/application-review/components/review-form/review-form.tsx +++ b/client/src/app/pages/applications/application-review/components/review-form/review-form.tsx @@ -12,11 +12,7 @@ import { NumberInput, } from "@patternfly/react-core"; -import { - DEFAULT_SELECT_MAX_HEIGHT, - PROPOSED_ACTION_LIST, - EFFORT_ESTIMATE_LIST, -} from "@app/Constants"; +import { PROPOSED_ACTION_LIST, EFFORT_ESTIMATE_LIST } from "@app/Constants"; import { number } from "yup"; import { Application, @@ -242,7 +238,7 @@ export const ReviewForm: React.FC = ({