panhui 2 ani în urmă
părinte
comite
fba89dcb32
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      src/store/modules/chat/helper.ts

+ 1 - 1
src/store/modules/chat/helper.ts

@@ -7,7 +7,7 @@ export function defaultState(): Chat.ChatState {
     return {
         active: uuid,
         usingContext: true,
-        history: [{ uuid, title: 'New Chat', isEdit: false }],
+        history: [{ uuid, title: 'New Chat', isEdit: false, maskId: null }],
         chat: [{ uuid, data: [] }]
     }
 }