Skip to content

Commit 9d86333

Browse files
author
Vikas Agarwal
committed
Fixing console errors for missing description field for SpecQuestion
1 parent cf9a555 commit 9d86333

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/config/projectQuestions/app_dev.v1.0.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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: [

0 commit comments

Comments
 (0)