courrier multi account restore compose
This commit is contained in:
parent
5981267f68
commit
325961c8ba
@ -725,11 +725,11 @@ export default function CourrierPage() {
|
||||
|
||||
const handleAddAccount = async (accountData: AccountData) => {
|
||||
// ... account creation logic ...
|
||||
setAccounts(prev => [...prev, newAccount]);
|
||||
setVisibleFolders(prev => ({
|
||||
...prev,
|
||||
[newAccount.id]: newAccount.folders
|
||||
}));
|
||||
// setAccounts(prev => [...prev, newAccount]);
|
||||
// setVisibleFolders(prev => ({
|
||||
// ...prev,
|
||||
// [newAccount.id]: newAccount.folders
|
||||
// }));
|
||||
};
|
||||
|
||||
// Debug folder rendering
|
||||
|
||||
Loading…
Reference in New Issue
Block a user