File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
projects/detail/components/EditProjectDefaultsForm Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -1200,3 +1200,5 @@ export const MILESTONE_DEFAULT_VALUES = {
12001200 * project template id
12011201 */
12021202export const PHASE_PRODUCT_TEMPLATE_ID = process . env . PHASE_PRODUCT_TEMPLATE_ID
1203+
1204+ export const DEFAULT_NDA_UUID = process . env . DEFAULT_NDA_UUID
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import RadioGroup from 'appirio-tech-react-components/components/Formsy/RadioGro
66import SpecQuestionList from '../SpecQuestionList/SpecQuestionList'
77import Accordion from '../Accordion/Accordion'
88import { updateProject } from '../../../actions/project'
9- import { DEFAULT_NDA_UUID } from '../../../../../ config/constants'
9+ import { DEFAULT_NDA_UUID } from '../../../../config/constants'
1010
1111import './EditProjectDefaultsForm.scss'
1212
You can’t perform that action at this time.
0 commit comments