Skip to content

Commit

Permalink
feat: redirect to workspace update page after workspace switch (opens…
Browse files Browse the repository at this point in the history
  • Loading branch information
wanglam authored and SuZhou-Joe committed Jun 25, 2023
1 parent 92e711e commit d750edc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export function WorkspaceDropdownList(props: WorkspaceDropdownListProps) {
const id = workspaceOption[0].key!;
const newUrl = coreStart.workspaces?.formatUrlWithWorkspaceId(
coreStart.application.getUrlForApp(WORKSPACE_APP_ID, {
path: PATHS.overview,
path: PATHS.update,
absolute: true,
}),
id
Expand Down

0 comments on commit d750edc

Please sign in to comment.