diff --git a/src/@episerver/forms-react/src/components/FormStepNavigation.tsx b/src/@episerver/forms-react/src/components/FormStepNavigation.tsx index 5265801..214706b 100644 --- a/src/@episerver/forms-react/src/components/FormStepNavigation.tsx +++ b/src/@episerver/forms-react/src/components/FormStepNavigation.tsx @@ -64,7 +64,7 @@ export const FormStepNavigation = (props: FormStepNavigationProps) => { return ( <> - {isShowStepNavigation && + {isShowStepNavigation && form.properties.showNavigationBar &&