We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e7e8d6e + b23c77d commit 2de03a6Copy full SHA for 2de03a6
src/projects/detail/components/NDAField/index.jsx
@@ -2,7 +2,7 @@ import React, { PropTypes } from 'react'
2
import { HOC as hoc } from 'formsy-react'
3
import _ from 'lodash'
4
import RadioGroup from 'appirio-tech-react-components/components/Formsy/RadioGroup'
5
-import { DEFAULT_NDA_UUID } from '../../../../../config/constants'
+import { DEFAULT_NDA_UUID } from '../../../../config/constants'
6
7
class NDAField extends React.Component {
8
constructor(props) {
0 commit comments