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'}
|
locale={'pt-br'}
|
||||||
directLine={this.state.line}
|
directLine={this.state.line}
|
||||||
|
styleOptions={(markdownRespectCRLF = true)}
|
||||||
webSpeechPonyfillFactory={window.WebChat.createCognitiveServicesSpeechServicesPonyfillFactory({
|
webSpeechPonyfillFactory={window.WebChat.createCognitiveServicesSpeechServicesPonyfillFactory({
|
||||||
credentials: { authorizationToken: token, region: 'westus' }
|
credentials: { authorizationToken: token, region: 'westus' }
|
||||||
})}
|
})}
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
|
"strict": false,
|
||||||
"allowJs": true,
|
"allowJs": true,
|
||||||
"downlevelIteration": true,
|
"downlevelIteration": true,
|
||||||
"baseUrl": "./",
|
"baseUrl": "./",
|
||||||
|
|
Loading…
Add table
Reference in a new issue