CreateImageWizard: remove isInPage
The isInPage wizard property was causing console errors in both the browser and the tests.
This commit is contained in:
parent
1883a065f7
commit
d66ef828f8
1 changed files with 0 additions and 1 deletions
|
|
@ -218,7 +218,6 @@ class CreateImageWizard extends Component {
|
|||
<Wizard
|
||||
onNext={ this.onStep }
|
||||
onGoToStep={ this.onStep }
|
||||
isInPage
|
||||
steps={ steps }
|
||||
onClose={ this.onClose }
|
||||
onSave={ this.onSave } />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue