Skip to content

Commit 83e112d

Browse files
author
vikasrohit
authored
Merge pull request #2819 from appirio-tech/hotfix/remove_project_esimator
Removed estimator for release
2 parents 8a49400 + 83e03b2 commit 83e112d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/projects/create/components/FillProjectDetails.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ class FillProjectDetails extends Component {
7171
submitBtnText={ submitBtnText }
7272
productTemplates={productTemplates}
7373
/>
74-
<ProjectEstimationSection project={dirtyProject} templates={templates} />
74+
{/* <ProjectEstimationSection project={dirtyProject} templates={templates} /> */}
7575
</div>
7676
{formDisclaimer && (
7777
<div className="left-area-footer">

0 commit comments

Comments
 (0)