Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Can create folder in a shared folder
We didn't pass the currentFolderId to the FolderViewBody from the Sharing View. So we had currentFolderId undefined and then when we create a folder in a shared folder, from the SharingsView, then we make a request to POST `/files/undefined`
- Loading branch information