mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-08 09:02:06 +00:00
UBERF-9645 Fix drive upload button not available (#8263)
Signed-off-by: Alexander Onnikov <Alexander.Onnikov@xored.com>
This commit is contained in:
parent
c1b425a51c
commit
a0b7bcdf32
@ -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: {
|
||||
|
Loading…
Reference in New Issue
Block a user