Skip to content

Commit

Permalink
fix(FilePicker): Always request fileid for nodes on WebDAV requests
Browse files Browse the repository at this point in the history
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
  • Loading branch information
susnux committed Apr 12, 2024
1 parent 2dcf65f commit a9effe5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/usables/dav.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ export const useDAVFiles = function(

const { data } = await client.value.stat(`${rootPath}${path}`, {
details: true,
data: davGetDefaultPropfind(),
}) as ResponseDataDetailed<FileStat>
return resultToNode(data)
}
Expand Down

0 comments on commit a9effe5

Please sign in to comment.