Skip to content

Commit 120d6d6

Browse files
committed
GitHub issue#1595, IBM Chatbot project creation form updates
-- Changed casing of fieldNames
1 parent 31f56fe commit 120d6d6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ const sections = [
7474
title: 'Does your organization currently have a chatbot?',
7575
description: '',
7676
type: 'radio-group',
77-
fieldName: 'details.appDefinition.hasChatBot',
77+
fieldName: 'details.appDefinition.hasChatbot',
7878
options: [
7979
{value: 'true', label: 'Yes'},
8080
{value: 'false', label: 'No'}
@@ -85,7 +85,7 @@ const sections = [
8585
title: 'If yes, can you provide some brief specifics about your current chatbot?',
8686
description: '',
8787
type: 'textbox',
88-
fieldName: 'details.appDefinition.chatBotBrief'
88+
fieldName: 'details.appDefinition.existingChatbotDesc'
8989
},
9090
{
9191
icon: 'question',
@@ -204,7 +204,7 @@ export const basicSections = [
204204
title: 'Does your organization currently have a chatbot?',
205205
description: '',
206206
type: 'radio-group',
207-
fieldName: 'details.appDefinition.hasChatBot',
207+
fieldName: 'details.appDefinition.hasChatbot',
208208
options: [
209209
{value: 'true', label: 'Yes'},
210210
{value: 'false', label: 'No'}
@@ -215,7 +215,7 @@ export const basicSections = [
215215
title: 'If yes, can you provide some brief specifics about your current chatbot?',
216216
description: '',
217217
type: 'textbox',
218-
fieldName: 'details.appDefinition.chatBotBrief'
218+
fieldName: 'details.appDefinition.existingChatbotDesc'
219219
},
220220
{
221221
icon: 'question',

0 commit comments

Comments
 (0)