This commit is contained in:
lloydzhou
2024-09-04 13:00:18 +08:00
parent ed9aae531e
commit 53dcae9e9c
3 changed files with 7 additions and 7 deletions

View File

@@ -179,8 +179,6 @@ export const usePromptStore = createPersistStore(
res.en.length + res.cn.length + res.tw.length;
SearchService.init(allPromptsForSearch, userPrompts);
});
return () => state.setHasHydrated(true);
},
},
);