mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-28 11:00:39 +00:00
- added not found exception for Model
- cleared dev console - get share record refactored on backend
This commit is contained in:
Vendored
+1
-1
@@ -147,7 +147,7 @@ const Helpers = {
|
||||
|
||||
// Set form data
|
||||
formData.set('file', chunk, filename);
|
||||
formData.set('parent_id', item.parent_id)
|
||||
formData.set('folder_id', item.folder_id)
|
||||
formData.set('is_last', isLast);
|
||||
|
||||
// Upload chunks
|
||||
|
||||
Reference in New Issue
Block a user