courrier multi account restore compose
This commit is contained in:
parent
266805950e
commit
3cb423a9e2
@ -574,11 +574,11 @@ export default function CourrierPage() {
|
|||||||
[accountId]: folder
|
[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}`);
|
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);
|
changeFolder(folder, accountId);
|
||||||
setCurrentView(folder);
|
setCurrentView(folder);
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user