returning a value to the popup also for the classic prompts.
This commit is contained in:
parent
0a8b89aeda
commit
0b3db54ba0
1 changed files with 1 additions and 0 deletions
|
|
@ -192,6 +192,7 @@ export class mzta_Menus {
|
||||||
}
|
}
|
||||||
}else{ // Classic prompts for the API webchat
|
}else{ // Classic prompts for the API webchat
|
||||||
this.openChatGPT(fullPrompt, curr_prompt.action, tabs[0].id, curr_prompt.name, curr_prompt.need_custom_text);
|
this.openChatGPT(fullPrompt, curr_prompt.action, tabs[0].id, curr_prompt.name, curr_prompt.need_custom_text);
|
||||||
|
return {ok:'1'};
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
this.rootMenu.push(curr_menu_entry);
|
this.rootMenu.push(curr_menu_entry);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue