ImageWizard: Fix review step prop type
Release should be an object.
This commit is contained in:
parent
9c65a705a3
commit
a3c9e955a1
1 changed files with 1 additions and 1 deletions
|
|
@ -148,7 +148,7 @@ function mapStateToProps(state) {
|
|||
}
|
||||
|
||||
WizardStepReview.propTypes = {
|
||||
release: PropTypes.string,
|
||||
release: PropTypes.object,
|
||||
uploadAWS: PropTypes.object,
|
||||
uploadGoogle: PropTypes.object,
|
||||
uploadDestinations: PropTypes.object,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue