Skip to content
This repository has been archived by the owner on Jan 6, 2023. It is now read-only.

Commit

Permalink
fix: the UiTable correctly references its aria-describedby
Browse files Browse the repository at this point in the history
  • Loading branch information
mdeanjones committed Dec 21, 2022
1 parent 3115b8a commit e9b05fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addon/components/ui-table/template.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ input of the next tier down.
<div
class="ui-table"
role="region"
aria-describedby="{{concat this.tableGuid '-caption'}}"
aria-describedby="{{concat this.tableGuid '-description'}}"
>
<UiSorter @records={{this.records}} as |Sorter|>
<UiFilter
Expand Down

0 comments on commit e9b05fe

Please sign in to comment.