fix(basic.gblib): update ChatServices.ts #420

Closed
eltociear wants to merge 2540 commits from patch-1 into main
Showing only changes of commit a9eec73529 - Show all commits

View file

@ -138,7 +138,7 @@ export class AskDialog extends IGBDialog {
handled = true; handled = true;
} }
}); });
data.step = null;
await step.beginDialog(nextDialog ? nextDialog : '/answer', { await step.beginDialog(nextDialog ? nextDialog : '/answer', {
data: data, data: data,
query: text, query: text,