unable to load conversation
Closed this issue · 1 comments
humblemink commented
Might seem trivial, but i think Dialog.js has a missing parenthesis at line 123
if (choices.length > 0) worked for me instead of the original
if choices.length > 0....