Skip to content

Commit

Permalink
fix(default.gbui): #153 fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigorodriguez committed Mar 6, 2023
1 parent e392759 commit b6f6a50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/default.gbui/src/GBUIApp.js
Original file line number Diff line number Diff line change
Expand Up @@ -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' }
})}
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"compilerOptions": {

"strict": false,
"allowJs": true,
"downlevelIteration": true,
"baseUrl": "./",
Expand Down

0 comments on commit b6f6a50

Please sign in to comment.