mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-25 22:37:18 +10:00
Added missing proptype check
This commit is contained in:
parent
cbd6b738a0
commit
3c80e194a8
1 changed files with 2 additions and 0 deletions
|
|
@ -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({
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue