Skip to content

Commit

Permalink
Merge pull request #2528 from headlamp-k8s/map-link-fix
Browse files Browse the repository at this point in the history
frontend Map: Fix breadcrumb link causing navigation in electron app
  • Loading branch information
joaquimrocha authored Nov 6, 2024
2 parents ffe37eb + e9fe116 commit 683df2b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,14 +64,14 @@ export function SelectionBreadcrumbs({
) : (
<Link
key={it.id}
href="#"
onClick={() => onNodeClick(it.id)}
sx={{
textTransform: 'unset',
maxWidth: '200px',
whiteSpace: 'nowrap',
overflow: 'hidden',
textOverflow: 'ellipsis',
cursor: 'pointer',
}}
>
{getLabel(it)}
Expand Down

0 comments on commit 683df2b

Please sign in to comment.