mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-01 06:53:11 +02:00
Fix redirecting to latest workspace
This commit is contained in:
@@ -25,7 +25,7 @@ export function RedirectToLatestWorkspace() {
|
||||
const search = {
|
||||
cookie_jar_id: cookieJarId,
|
||||
environment_id: environmentId,
|
||||
requestId: requestId,
|
||||
request_id: requestId,
|
||||
};
|
||||
|
||||
await router.navigate({ to: '/workspaces/$workspaceId', params, search });
|
||||
|
||||
Reference in New Issue
Block a user