panhui před 3 roky
rodič
revize
fba89dcb32
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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: [] }]
     }
 }