From db681d14e3779f0af93bdcce3400b26c632e401f Mon Sep 17 00:00:00 2001 From: Gilles Dubreuil Date: Fri, 8 Sep 2023 17:58:46 +0200 Subject: [PATCH] Submit button IDs is submit Signed-off-by: Gilles Dubreuil --- .../components/review-form/review-form.tsx | 8 ++------ .../application-form/application-form.tsx | 16 +++++++++------- .../application-identity-form.tsx | 6 +++--- .../components/business-service-form.tsx | 4 ++-- .../components/job-function-form.tsx | 2 +- .../components/stakeholder-group-form.tsx | 7 ++++--- .../stakeholders/components/stakeholder-form.tsx | 7 ++++--- .../tags/components/tag-category-form.tsx | 2 +- .../pages/controls/tags/components/tag-form.tsx | 2 +- .../src/app/pages/external/jira/tracker-form.tsx | 2 +- .../components/identity-form/identity-form.tsx | 2 +- .../components/custom-target-form.tsx | 6 +++--- .../migration-waves/components/export-form.tsx | 2 +- .../components/manage-applications-form.tsx | 2 +- .../components/migration-wave-form.tsx | 6 ++---- client/src/app/pages/proxies/proxy-form.tsx | 3 +-- 16 files changed, 37 insertions(+), 40 deletions(-) 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 = ({