mirror of
https://github.com/Noooste/garage-ui.git
synced 2026-08-12 14:38:02 +00:00
feat: enhance authentication with JWT support and clean up unused code
This commit is contained in:
@@ -100,7 +100,6 @@ export function ObjectBrowserView({
|
||||
return new Promise((resolve) => {
|
||||
if (item.isFile) {
|
||||
item.file((file: File) => {
|
||||
// Add the relative path to the file object
|
||||
const fullPath = path + file.name;
|
||||
Object.defineProperty(file, 'webkitRelativePath', {
|
||||
value: fullPath,
|
||||
|
||||
Reference in New Issue
Block a user