Skip to content

Commit e050955

Browse files
authored
add tabIndex queryparam (#2565)
1 parent 5b2bbcd commit e050955

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

app/guid-node/links/template.hbs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@
1010
{{#if this.currentUserCanEdit}}
1111
<OsfLink
1212
@route='guid-node.addons'
13-
@queryParams={{hash activeFilterType='verified-link'}}
13+
@queryParams={{hash
14+
activeFilterType='verified-link'
15+
tabIndex='1'
16+
}}
1417
@models={{array this.model.node.id}}
1518
>
1619
{{t 'links.edit'}}

0 commit comments

Comments
 (0)