Pages corrections

This commit is contained in:
alma 2026-01-16 12:11:19 +01:00
parent e96e4bbc5f
commit 70730709db

View File

@ -226,7 +226,9 @@ export default function Navigation({ nextcloudFolders, onFolderSelect }: Navigat
<button
onClick={() => {
if (folder === 'Contacts') {
// Toggle expansion for sub-items, but also select the Contacts folder
setExpandedContacts(!expandedContacts);
onFolderSelect(folder);
} else {
onFolderSelect(folder);
}