Pages corrections
This commit is contained in:
parent
e96e4bbc5f
commit
70730709db
@ -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);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user