diff --git a/talemate_frontend/src/components/DirectorConsoleChats.vue b/talemate_frontend/src/components/DirectorConsoleChats.vue index cca5fb45..13718269 100644 --- a/talemate_frontend/src/components/DirectorConsoleChats.vue +++ b/talemate_frontend/src/components/DirectorConsoleChats.vue @@ -372,6 +372,9 @@ export default { if(message.action === 'chat_created') { this.chats = message.chat_list || []; this.activeChatId = message.chat_id; + this.chatMessages = []; + this.tokenTotal = null; + this.activePlan = null; // Proactively request history to avoid any race ordering this.onSelectChat(); return;