Skip to content

Commit

Permalink
fix: add mount type to node info
Browse files Browse the repository at this point in the history
This ensures the correct folder overlay icon is shown.

Signed-off-by: Ferdinand Thiessen <[email protected]>
  • Loading branch information
susnux committed Feb 28, 2025
1 parent 5cb4530 commit 75f7dd5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/services/groupfolders.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,9 @@ const resultToNode = function(node: FileStat): File | Folder {
attributes: {
...node,
...node.props,
previewUrl,
'mount-type': 'group',
mountPoint,
previewUrl,
},
}

Expand Down

0 comments on commit 75f7dd5

Please sign in to comment.