Skip to content

Commit

Permalink
fix(react): add missing 'defaultDelay' and 'defaultTyping' params to …
Browse files Browse the repository at this point in the history
…webchat-app methods
  • Loading branch information
ericmarcos committed Oct 18, 2019
1 parent f999de2 commit 3f6f865
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/botonic-react/src/webchat-app.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ export class WebchatApp {
persistentMenu,
blockInputs,
emojiPicker,
defaultDelay,
defaultTyping,
onInit,
onOpen,
onClose,
Expand Down Expand Up @@ -116,6 +118,8 @@ export class WebchatApp {
persistentMenu,
blockInputs,
emojiPicker,
defaultDelay,
defaultTyping,
onInit,
onOpen,
onClose,
Expand Down

0 comments on commit 3f6f865

Please sign in to comment.