fix(home): EE-4906 home page tiles for edge devices have the wrong url (#8353)

pull/8359/head
cmeng 2 years ago committed by GitHub
parent 73db588080
commit fed3d14adf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -79,7 +79,7 @@ export function getDashboardRoute(environment: Environment) {
if (isEdgeAsync(environment)) {
return {
to: 'edge.browse.dashboard',
params: { environmentId: environment.EdgeID },
params: { environmentId: environment.Id },
};
}
}

Loading…
Cancel
Save