summaryrefslogtreecommitdiffstats
path: root/src/app/tierSupport/launchExternalResource/LaunchExternalResource.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/tierSupport/launchExternalResource/LaunchExternalResource.jsx')
-rw-r--r--src/app/tierSupport/launchExternalResource/LaunchExternalResource.jsx3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/app/tierSupport/launchExternalResource/LaunchExternalResource.jsx b/src/app/tierSupport/launchExternalResource/LaunchExternalResource.jsx
index 4e8cec3..d132d3d 100644
--- a/src/app/tierSupport/launchExternalResource/LaunchExternalResource.jsx
+++ b/src/app/tierSupport/launchExternalResource/LaunchExternalResource.jsx
@@ -19,6 +19,7 @@
* ============LICENSE_END=========================================================
*/
import {connect} from 'react-redux';
+import { PropTypes } from 'prop-types';
import React, {Component} from 'react';
import {isEmpty} from 'lodash';
import Button from 'react-bootstrap/lib/Button.js';
@@ -33,7 +34,7 @@ let mapStateToProps = ({tierSupport: {launchExternalResourceReducer}}) => {
class LaunchExternalResource extends Component {
static propTypes = {
- externalResourcePayload: React.PropTypes.object
+ externalResourcePayload: PropTypes.object
};
render() {