CreateImageWizard: remove isInPage

The isInPage wizard property was causing console errors in both the
browser and the tests.
This commit is contained in:
Jacob Kozol 2021-02-04 13:13:28 +01:00 committed by Sanne Raymaekers
parent 1883a065f7
commit d66ef828f8

View file

@ -218,7 +218,6 @@ class CreateImageWizard extends Component {
<Wizard
onNext={ this.onStep }
onGoToStep={ this.onStep }
isInPage
steps={ steps }
onClose={ this.onClose }
onSave={ this.onSave } />