Added missing proptype check

This commit is contained in:
Vesa Luusua 2019-08-27 14:16:31 +03:00
parent cbd6b738a0
commit 3c80e194a8

View file

@ -303,6 +303,7 @@ EditListingWizard.defaultProps = {
className: null,
rootClassName: null,
listing: null,
updateInProgress: false,
};
EditListingWizard.propTypes = {
@ -340,6 +341,7 @@ EditListingWizard.propTypes = {
onPayoutDetailsFormChange: func.isRequired,
onPayoutDetailsSubmit: func.isRequired,
onManageDisableScrolling: func.isRequired,
updateInProgress: bool,
// from withViewport
viewport: shape({