From fbabc561d2997d4a4010026546725eb1b85de48e Mon Sep 17 00:00:00 2001 From: Ian Bolton Date: Wed, 15 Nov 2023 16:54:00 -0500 Subject: [PATCH] :bug: Allow save as draft on first page if answers exist (#1538) Resolves https://issues.redhat.com/browse/MTA-1676 - QE raised the point that we should be able to save as draft on the first page of the wizard if the user has navigated back after selecting answers. Signed-off-by: ibolton336 --- .../custom-wizard-footer/custom-wizard-footer.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/client/src/app/pages/assessment/components/custom-wizard-footer/custom-wizard-footer.tsx b/client/src/app/pages/assessment/components/custom-wizard-footer/custom-wizard-footer.tsx index 1f95af9be..d1efbe933 100644 --- a/client/src/app/pages/assessment/components/custom-wizard-footer/custom-wizard-footer.tsx +++ b/client/src/app/pages/assessment/components/custom-wizard-footer/custom-wizard-footer.tsx @@ -93,16 +93,16 @@ export const CustomWizardFooter: React.FC = ({ > {t("actions.cancel")} - {!isFirstStep && ( + { - )} + }