Text Replacement error due to generalization initiative, changed 'directLine' to 'line'. Solved by @compulim - MSFT.

This commit is contained in:
Rodrigo Rodriguez (pragmatismo.io) 2018-11-03 11:47:46 -03:00
parent 5ab6824635
commit fbdae843cf

View file

@ -343,7 +343,7 @@ class GBUIApp extends React.Component {
this.chat = chat; this.chat = chat;
}} }}
locale={'pt-br'} locale={'pt-br'}
line={this.state.line} botConnection={this.state.line}
user={this.getUser()} user={this.getUser()}
bot={{ id: "bot@gb", name: "Bot" }} bot={{ id: "bot@gb", name: "Bot" }}
// speechOptions={speechOptions} // speechOptions={speechOptions}