diff --git a/js/mzta-menus.js b/js/mzta-menus.js index b6a085a6..b25bb091 100644 --- a/js/mzta-menus.js +++ b/js/mzta-menus.js @@ -192,6 +192,7 @@ export class mzta_Menus { } }else{ // Classic prompts for the API webchat 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);