fix: styles and store version number

This commit is contained in:
Yifei Zhang
2023-03-21 17:16:36 +00:00
parent 2f112ecc54
commit 76db385d6d
6 changed files with 58 additions and 249 deletions
+1
View File
@@ -451,6 +451,7 @@ export const useChatStore = create<ChatStore>()(
}),
{
name: LOCAL_KEY,
version: 1,
}
)
);