courrier multi account restore compose

This commit is contained in:
alma 2025-04-28 15:17:30 +02:00
parent 266805950e
commit 3cb423a9e2

View File

@ -574,11 +574,11 @@ export default function CourrierPage() {
[accountId]: folder
}));
// Store the current account ID with the folder change
// Log the folder change with account ID
console.log(`Changing folder to ${folder} for account ${accountId}`);
}
// Change folder in the state, passing the accountId
// Change folder in the state, passing the clean folder name and accountId separately
changeFolder(folder, accountId);
setCurrentView(folder);