From 4a3a0df170025d1a862cd6f2197e961456047138 Mon Sep 17 00:00:00 2001 From: davemess34 Date: Thu, 17 Aug 2017 09:03:03 -0400 Subject: [PATCH] fixed assitant on the spec side --- src/config/projectQuestions/ibm_chatbot.v1.0.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/config/projectQuestions/ibm_chatbot.v1.0.js b/src/config/projectQuestions/ibm_chatbot.v1.0.js index 21a8365cf..df041cdad 100644 --- a/src/config/projectQuestions/ibm_chatbot.v1.0.js +++ b/src/config/projectQuestions/ibm_chatbot.v1.0.js @@ -60,8 +60,8 @@ const sections = [ fieldName: 'details.appDefinition.existingWatsonCustomer', type: 'radio-group', options: [ - {value: 'true', title: 'Yes'}, - {value: 'false', title: 'No'} + {value: 'true', label: 'Yes'}, + {value: 'false', label: 'No'} ] },