LaunchWizard: Add large variant prop to set width of wizard correctly

Without this prop, the wizard's width expands to fill the entire window.
This commit is contained in:
lucasgarfield 2023-04-21 11:31:20 +02:00 committed by Klara Simickova
parent 2f13390eee
commit d06f929227

View file

@ -55,6 +55,7 @@ const ProvisioningLink = ({ imageId, isExpired, isInClonesTable }) => {
hasNoBodyWrapper
appendTo={appendTo}
showClose={false}
variant={'large'}
>
<ProvisioningWizard
onClose={() => openWizard(false)}