aboutsummaryrefslogtreecommitdiffstats
path: root/web/src/js/components/ValueEditor/ValueEditor.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'web/src/js/components/ValueEditor/ValueEditor.jsx')
-rw-r--r--web/src/js/components/ValueEditor/ValueEditor.jsx3
1 files changed, 2 insertions, 1 deletions
diff --git a/web/src/js/components/ValueEditor/ValueEditor.jsx b/web/src/js/components/ValueEditor/ValueEditor.jsx
index 852f82c4..9301c181 100644
--- a/web/src/js/components/ValueEditor/ValueEditor.jsx
+++ b/web/src/js/components/ValueEditor/ValueEditor.jsx
@@ -1,4 +1,5 @@
-import React, { Component, PropTypes } from 'react'
+import React, { Component } from 'react'
+import PropTypes from 'prop-types'
import _ from "lodash"
import classnames from 'classnames'