diff --git a/packages/react-core/src/next/components/Wizard/examples/WizardWithinModal.tsx b/packages/react-core/src/next/components/Wizard/examples/WizardWithinModal.tsx index 9d46b9f3a02..6afcce490bb 100644 --- a/packages/react-core/src/next/components/Wizard/examples/WizardWithinModal.tsx +++ b/packages/react-core/src/next/components/Wizard/examples/WizardWithinModal.tsx @@ -14,12 +14,20 @@ export const WizardWithinModal = () => { showClose={false} aria-label="Wizard modal" hasNoBodyWrapper + onEscapePress={() => setIsModalOpen(false)} variant={ModalVariant.medium} > setIsModalOpen(false)} title="In modal wizard" - header={} + header={ + setIsModalOpen(false)} + title="Wizard in modal" + description="Simple wizard description" + /> + } > Step 1 content