diff --git a/src/projects/detail/components/NDAField/index.jsx b/src/projects/detail/components/NDAField/index.jsx index df0c45b8e..1f35d8d44 100644 --- a/src/projects/detail/components/NDAField/index.jsx +++ b/src/projects/detail/components/NDAField/index.jsx @@ -2,7 +2,7 @@ import React, { PropTypes } from 'react' import { HOC as hoc } from 'formsy-react' import _ from 'lodash' import RadioGroup from 'appirio-tech-react-components/components/Formsy/RadioGroup' -import { DEFAULT_NDA_UUID } from '../../../../../config/constants' +import { DEFAULT_NDA_UUID } from '../../../../config/constants' class NDAField extends React.Component { constructor(props) {