Skip to content

Commit 3645604

Browse files
susnuxbackportbot[bot]
authored andcommitted
fix: add mount type to node info
This ensures the correct folder overlay icon is shown. Signed-off-by: Ferdinand Thiessen <[email protected]>
1 parent 3934e68 commit 3645604

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/services/groupfolders.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,9 @@ const resultToNode = function(node: FileStat): File | Folder {
6363
attributes: {
6464
...node,
6565
...node.props,
66-
previewUrl,
66+
'mount-type': 'group',
6767
mountPoint,
68+
previewUrl,
6869
},
6970
}
7071

0 commit comments

Comments
 (0)