File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/config/projectQuestions Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ const sections = [
102102 {
103103 icon : 'question' ,
104104 title : 'How precise is your budget?' ,
105- // description: 'Please let us know if you have any budget in mind. ',
105+ description : '' ,
106106 fieldName : 'details.appDefinition.budgetType' ,
107107 type : 'slide-radiogroup' ,
108108 options : [
@@ -114,7 +114,7 @@ const sections = [
114114 {
115115 icon : 'question' ,
116116 title : 'When do you want to get started?' ,
117- // description: 'Please let us know if you have any budget in mind. ',
117+ description : '' ,
118118 fieldName : 'details.appDefinition.whenToStart' ,
119119 type : 'slide-radiogroup' ,
120120 options : [
@@ -127,7 +127,7 @@ const sections = [
127127 {
128128 icon : 'question' ,
129129 fieldName : 'details.appDefinition.deadline' ,
130- // description: 'What is your project deadline? ',
130+ description : '' ,
131131 title : 'Deadline' ,
132132 type : 'slide-radiogroup' ,
133133 options : [
You can’t perform that action at this time.
0 commit comments