Skip to content

Commit

Permalink
feat: optimize code
Browse files Browse the repository at this point in the history
Signed-off-by: SuZhou-Joe <suzhou@amazon.com>
  • Loading branch information
SuZhou-Joe committed Oct 7, 2023
1 parent f9200d3 commit 6b7cfb1
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,7 @@ export function WorkspaceDropdownList(props: WorkspaceDropdownListProps) {
path: PATHS.update,
absolute: true,
}),
id,
{
jumpable: true,
}
id
);
if (newUrl) {
window.location.href = newUrl;
Expand Down

0 comments on commit 6b7cfb1

Please sign in to comment.