mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-26 04:28:39 +02:00
Remove tabindex
This commit is contained in:
parent
e7243b789e
commit
d68a3380c3
1 changed files with 0 additions and 1 deletions
|
@ -18,7 +18,6 @@ export class MemberDomainsTable extends BaseTable {
|
|||
addRow(dataObject, tbody, customTableOptions) {
|
||||
const domain = dataObject;
|
||||
const row = document.createElement('tr');
|
||||
row.setAttribute("tabindex", "0");
|
||||
row.innerHTML = `
|
||||
<th scope="row" role="rowheader" data-label="Domain name">
|
||||
${domain.name}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue