Skip to content

Commit 15ca5f9

Browse files
authored
Merge pull request #1129 from appirio-tech/feature/qaas-and-chatbot
fixed assitant on the spec side
2 parents 099f4e5 + 4a3a0df commit 15ca5f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ const sections = [
6060
fieldName: 'details.appDefinition.existingWatsonCustomer',
6161
type: 'radio-group',
6262
options: [
63-
{value: 'true', title: 'Yes'},
64-
{value: 'false', title: 'No'}
63+
{value: 'true', label: 'Yes'},
64+
{value: 'false', label: 'No'}
6565
]
6666
},
6767

0 commit comments

Comments
 (0)