Skip to content

Commit 4a3a0df

Browse files
committed
fixed assitant on the spec side
1 parent 099f4e5 commit 4a3a0df

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)