Skip to content

Commit 27090fb

Browse files
authored
Update prompt.jsx
1 parent 65cd637 commit 27090fb

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/containers/prompt.jsx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -98,15 +98,15 @@ class Prompt extends React.Component {
9898
}
9999

100100
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,
105102
onCancel: PropTypes.func.isRequired,
106103
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,
110110
vm: PropTypes.instanceOf(VM),
111111

112112
/* custom modals */

0 commit comments

Comments
 (0)