build fix
This commit is contained in:
parent
3a0186d8a4
commit
15957953df
@ -282,13 +282,4 @@ export async function PATCH(request: Request) {
|
||||
{ status: 500 }
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
const handleAddAccount = async (accountData: AccountData) => {
|
||||
// ... account creation logic ...
|
||||
// setAccounts(prev => [...prev, newAccount]);
|
||||
// setVisibleFolders(prev => ({
|
||||
// ...prev,
|
||||
// [newAccount.id]: newAccount.folders
|
||||
// }));
|
||||
};
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user