File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
packages/pf4-component-mapper/src/wizard Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ NextButton.propTypes = {
27
27
handleNext : PropTypes . func . isRequired ,
28
28
nextLabel : PropTypes . node . isRequired ,
29
29
getState : PropTypes . func . isRequired ,
30
- conditionalSubmitFlag : PropTypes . string . isRequired ,
30
+ conditionalSubmitFlag : PropTypes . string ,
31
31
} ;
32
32
33
33
const WizardStepButtons = ( {
@@ -84,7 +84,7 @@ const WizardStepButtons = ({
84
84
85
85
WizardStepButtons . propTypes = {
86
86
disableBack : PropTypes . bool ,
87
- conditionalSubmitFlag : PropTypes . string . isRequired ,
87
+ conditionalSubmitFlag : PropTypes . string ,
88
88
handlePrev : PropTypes . func . isRequired ,
89
89
handleNext : PropTypes . func . isRequired ,
90
90
nextStep : PropTypes . oneOfType ( [
Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ WizardStep.propTypes = {
95
95
name : PropTypes . oneOfType ( [ PropTypes . string , PropTypes . number ] ) ,
96
96
hasNoBodyPadding : PropTypes . bool ,
97
97
StepTemplate : PropTypes . elementType ,
98
- conditionalSubmitFlag : PropTypes . string . isRequired ,
98
+ conditionalSubmitFlag : PropTypes . string ,
99
99
} ;
100
100
101
101
WizardStep . defaultProps = {
Original file line number Diff line number Diff line change @@ -178,7 +178,7 @@ WizardInternal.propTypes = {
178
178
container : PropTypes . instanceOf ( Element ) ,
179
179
StepTemplate : PropTypes . elementType ,
180
180
className : PropTypes . string ,
181
- conditionalSubmitFlag : PropTypes . string . isRequired ,
181
+ conditionalSubmitFlag : PropTypes . string ,
182
182
} ;
183
183
184
184
const defaultLabels = {
You can’t perform that action at this time.
0 commit comments