fix(default.gbui): #153 fix.
This commit is contained in:
parent
e392759d45
commit
b6f6a50f13
2 changed files with 2 additions and 1 deletions
|
@ -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' }
|
||||
})}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
|
||||
"strict": false,
|
||||
"allowJs": true,
|
||||
"downlevelIteration": true,
|
||||
"baseUrl": "./",
|
||||
|
|
Loading…
Add table
Reference in a new issue