fix(gbapp\AskDialog): Supress Echo Nothing_else
This commit is contained in:
parent
2069f9dc07
commit
4ee30120b7
1 changed files with 3 additions and 1 deletions
|
@ -107,6 +107,8 @@ export class AskDialog extends IGBDialog {
|
||||||
if (step.options && step.options.firstTime) {
|
if (step.options && step.options.firstTime) {
|
||||||
text = Messages[locale].ask_first_time;
|
text = Messages[locale].ask_first_time;
|
||||||
}
|
}
|
||||||
|
//cut by Matheus Cavalieri (overnetbh)
|
||||||
|
//requested by PH
|
||||||
// else if (step.options && step.options.isReturning && !step.context.activity.group) {
|
// else if (step.options && step.options.isReturning && !step.context.activity.group) {
|
||||||
// text = Messages[locale].anything_else;
|
// text = Messages[locale].anything_else;
|
||||||
// }
|
// }
|
||||||
|
|
Loading…
Add table
Reference in a new issue