File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -124,12 +124,12 @@ const cloudManagerHOC = function (WrappedComponent) {
124124 }
125125
126126 CloudManager . propTypes = {
127- canSave : PropTypes . bool ,
127+ canSave : PropTypes . bool . isRequired ,
128128 cloudHost : PropTypes . string ,
129- hasCloudPermission : PropTypes . bool ,
130- hasEverEnteredEditor : PropTypes . bool ,
131- isShowingWithId : PropTypes . bool ,
132- onShowCloudInfo : PropTypes . func ,
129+ hasCloudPermission : PropTypes . bool . isRequired ,
130+ hasEverEnteredEditor : PropTypes . bool . isRequired ,
131+ isShowingWithId : PropTypes . bool . isRequired ,
132+ onShowCloudInfo : PropTypes . func . isRequired ,
133133 projectId : PropTypes . oneOfType ( [ PropTypes . string , PropTypes . number ] ) ,
134134 username : PropTypes . string ,
135135 vm : PropTypes . instanceOf ( VM ) . isRequired
You can’t perform that action at this time.
0 commit comments