Skip to content

Commit b23c77d

Browse files
author
vikasrohit
authored
Fixing env variable reading for NDA Terms
reading from constants file in src folder instead of reading from root (which only works with circle ci) We fixed it with #4290 but with refactoring after first milestone got it overridden.
1 parent e7e8d6e commit b23c77d

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)