Skip to content

Commit 0d996cc

Browse files
committed
fix: Fix example for custom events
1 parent 19940b7 commit 0d996cc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/examples/custom_events.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ const MyChatBot = () => {
2121
},
2222
event: {
2323
// opt-in to rcb user submit text event
24-
rcbUserSubmitText: true
24+
rcbUserSubmitText: true,
25+
rcbToggleNotifications: true
2526
}
2627
};
2728

0 commit comments

Comments
 (0)