From c57de8c8909c8841f5ef9a2bf4e9fa0659100756 Mon Sep 17 00:00:00 2001 From: ibolton336 Date: Mon, 13 Nov 2023 15:11:52 -0500 Subject: [PATCH] :bug: Allow save as draft on first page if answers exist 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 1f95af9bef..d1efbe9334 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 && ( + { - )} + }