File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -98,15 +98,15 @@ class Prompt extends React.Component {
98
98
}
99
99
100
100
Prompt . propTypes = {
101
- defaultValue : PropTypes . string ,
102
- isStage : PropTypes . bool . isRequired ,
103
- showListMessage : PropTypes . bool . isRequired ,
104
- label : PropTypes . string . isRequired ,
101
+ title : PropTypes . string . isRequired ,
105
102
onCancel : PropTypes . func . isRequired ,
106
103
onOk : PropTypes . func . isRequired ,
107
- showCloudOption : PropTypes . bool . isRequired ,
108
- showVariableOptions : PropTypes . bool . isRequired ,
109
- title : PropTypes . string . isRequired ,
104
+ defaultValue : PropTypes . string ,
105
+ isStage : PropTypes . bool ,
106
+ showListMessage : PropTypes . bool ,
107
+ label : PropTypes . string ,
108
+ showCloudOption : PropTypes . bool ,
109
+ showVariableOptions : PropTypes . bool ,
110
110
vm : PropTypes . instanceOf ( VM ) ,
111
111
112
112
/* custom modals */
You can’t perform that action at this time.
0 commit comments