fix(basic.gblib): update ChatServices.ts #420
1 changed files with 1 additions and 1 deletions
|
|
@ -105,7 +105,7 @@ export class HearDialog {
|
||||||
|
|
||||||
|
|
||||||
const args = step.options['args'];
|
const args = step.options['args'];
|
||||||
if (args) {
|
if (args && args.length >1) {
|
||||||
|
|
||||||
let choices = [];
|
let choices = [];
|
||||||
let i = 0;
|
let i = 0;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue