Skip to content

Commit

Permalink
Avoid duplicate title setting from resource label and the table cell …
Browse files Browse the repository at this point in the history
…in identities list (#1037)

## Done

- Avoid duplicate title setting from resource label and the table cell
in identities list

## QA

1. Run the LXD-UI:
- On the demo server via the link posted by @webteam-app below. This is
only available for PRs created by collaborators of the repo. Ask
@mas-who or @edlerd for access.
- With a local copy of this branch, [build and run as described in the
docs](../CONTRIBUTING.md#setting-up-for-development).
2. Perform the following QA steps:
- check title for identity list > type column. there used to be two
titles.
  • Loading branch information
edlerd authored Jan 6, 2025
2 parents 9275167 + e4af675 commit 24e7e2d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pages/permissions/PermissionIdentities.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,6 @@ const PermissionIdentities: FC = () => {
role: "cell",
"aria-label": "Type",
className: "u-truncate",
title: identity.type,
},
{
content: (
Expand Down

0 comments on commit 24e7e2d

Please sign in to comment.