Skip to content

Commit 478a350

Browse files
committed
fix: Include fileid in route params
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
1 parent cc6b3c3 commit 478a350

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/actions/openGroupfolderAction.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export const action: IFileAction = {
1919
const dir = nodes[0].attributes.mountPoint
2020
window.OCP.Files.Router.goToRoute(
2121
null, // use default route
22-
{ view: 'files' },
22+
{ view: 'files', fileid: String(nodes[0].fileid) },
2323
{ dir },
2424
)
2525
return null

0 commit comments

Comments
 (0)