You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in bot-graph-dialog/lib/GraphDialog. line 309 data.text shoud be changed to node.data.text Current Code
308 if (node.data.text) {
309 var text = strformat(data.text, session.dialogData.data);
Change
308 if (node.data.text) {
309 var text = strformat(node.data.text, session.dialogData.data);
The text was updated successfully, but these errors were encountered:
in bot-graph-dialog/lib/GraphDialog. line 309 data.text shoud be changed to node.data.text
Current Code
308 if (node.data.text) {
309 var text = strformat(data.text, session.dialogData.data);
Change
308 if (node.data.text) {
309 var text = strformat(node.data.text, session.dialogData.data);
The text was updated successfully, but these errors were encountered: