Skip to content

Commit 2de03a6

Browse files
author
vikasrohit
authored
Merge pull request #4318 from appirio-tech/hotfix/regression-fix-wrong-nda-uuid
Fixing env variable reading for NDA Terms
2 parents e7e8d6e + b23c77d commit 2de03a6

File tree

1 file changed

+1
-1
lines changed
  • src/projects/detail/components/NDAField

1 file changed

+1
-1
lines changed

src/projects/detail/components/NDAField/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import React, { PropTypes } from 'react'
22
import { HOC as hoc } from 'formsy-react'
33
import _ from 'lodash'
44
import RadioGroup from 'appirio-tech-react-components/components/Formsy/RadioGroup'
5-
import { DEFAULT_NDA_UUID } from '../../../../../config/constants'
5+
import { DEFAULT_NDA_UUID } from '../../../../config/constants'
66

77
class NDAField extends React.Component {
88
constructor(props) {

0 commit comments

Comments
 (0)