File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,10 @@ import ImPropTypes from "react-immutable-proptypes"
44
55export default class Auths extends React . Component {
66 static propTypes = {
7-
7+ schema : ImPropTypes . orderedMap . isRequired ,
8+ name : PropTypes . string . isRequired ,
9+ onAuthChange : PropTypes . func . isRequired ,
10+ authorized : ImPropTypes . orderedMap . isRequired
811 }
912
1013 render ( ) {
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ export default class Oauth2 extends React.Component {
1111 authSelectors : PropTypes . object . isRequired ,
1212 authActions : PropTypes . object . isRequired ,
1313 errSelectors : PropTypes . object . isRequired ,
14+ specSelectors : PropTypes . object . isRequired ,
1415 errActions : PropTypes . object . isRequired ,
1516 getConfigs : PropTypes . any
1617 }
You can’t perform that action at this time.
0 commit comments