Skip to content
This repository has been archived by the owner on Apr 28, 2020. It is now read-only.

Commit

Permalink
Do not close Create VM Wizard when clicked outside of modal
Browse files Browse the repository at this point in the history
  • Loading branch information
rawagner committed May 23, 2019
1 parent ff8ad73 commit fb3be7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Wizard/CreateVmWizard/CreateVmWizard.js
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,7 @@ export class CreateVmWizard extends React.Component {
return (
<Wizard.Pattern
show
backdrop="static"
onHide={this.onHideWrapper}
steps={this.wizardStepsNewVM}
activeStepIndex={this.state.activeStepIndex}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,7 @@ exports[`<CreateVmWizard /> renders correctly 1`] = `
<WizardPattern
activeStepIndex={0}
backText="Back"
backdrop="static"
bodyHeader={null}
cancelButtonDisabled={false}
cancelText="Cancel"
Expand Down

0 comments on commit fb3be7b

Please sign in to comment.