UBERF-9645 Fix drive upload button not available (#8263)

Signed-off-by: Alexander Onnikov <Alexander.Onnikov@xored.com>
This commit is contained in:
Alexander Onnikov 2025-03-18 22:35:59 +07:00 committed by GitHub
parent c1b425a51c
commit a0b7bcdf32
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -105,7 +105,7 @@ export async function generateFolderLocation (loc: Location, id: Ref<Folder>): P
return {
loc: {
path: [appComponent, workspace, driveId],
path: [appComponent, workspace, driveId, doc.space],
fragment: getPanelFragment(doc)
},
defaultLocation: {