增加翻译缓存
This commit is contained in:
@@ -129,7 +129,7 @@ export default function FoldersClient({ userId }: { userId: string }) {
|
||||
try {
|
||||
await createFolder({
|
||||
name: folderName,
|
||||
user: { connect: { id: userId } },
|
||||
userId: userId,
|
||||
});
|
||||
await updateFolders();
|
||||
} finally {
|
||||
|
||||
Reference in New Issue
Block a user