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:
parent
2f13390eee
commit
d06f929227
1 changed files with 1 additions and 0 deletions
|
|
@ -55,6 +55,7 @@ const ProvisioningLink = ({ imageId, isExpired, isInClonesTable }) => {
|
|||
hasNoBodyWrapper
|
||||
appendTo={appendTo}
|
||||
showClose={false}
|
||||
variant={'large'}
|
||||
>
|
||||
<ProvisioningWizard
|
||||
onClose={() => openWizard(false)}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue