fix(basic.gblib): update ChatServices.ts #420

Closed
eltociear wants to merge 2540 commits from patch-1 into main
Showing only changes of commit fbdae843cf - Show all commits

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}