Skip to content

Commit 857e22f

Browse files
committed
files: use isDavResource in open folder action
Signed-off-by: samin-z <samin.zavarkesh@gmail.com>
1 parent e235ce8 commit 857e22f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/files/src/actions/openFolderAction.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export const action = new FileAction({
2323

2424
const node = nodes[0]
2525

26-
if (!node.isDavRessource) {
26+
if (!node.isDavResource) {
2727
return false
2828
}
2929

0 commit comments

Comments
 (0)