fix(default.gbui): #153 fix.

This commit is contained in:
rodrigorodriguez 2023-03-06 08:50:43 -03:00
parent e392759d45
commit b6f6a50f13
2 changed files with 2 additions and 1 deletions

View file

@ -328,6 +328,7 @@ class GBUIApp extends React.Component {
}}
locale={'pt-br'}
directLine={this.state.line}
styleOptions={(markdownRespectCRLF = true)}
webSpeechPonyfillFactory={window.WebChat.createCognitiveServicesSpeechServicesPonyfillFactory({
credentials: { authorizationToken: token, region: 'westus' }
})}

View file

@ -1,6 +1,6 @@
{
"compilerOptions": {
"strict": false,
"allowJs": true,
"downlevelIteration": true,
"baseUrl": "./",