build fix
This commit is contained in:
parent
3a0186d8a4
commit
15957953df
@ -283,12 +283,3 @@ export async function PATCH(request: Request) {
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
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