We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09f501e commit f0c69f4Copy full SHA for f0c69f4
src/components/table/helpers/mixin-thead.js
@@ -95,7 +95,7 @@ export default {
95
if (!field.label.trim() && !field.headerTitle) {
96
// In case field's label and title are empty/blank
97
// We need to add a hint about what the column is about for non-sighted users
98
- /* istabnul ignore next */
+ /* istanbul ignore next */
99
ariaLabel = startCase(field.key)
100
}
101
const sortable = field.sortable && !(isFoot && this.noFooterSorting)
0 commit comments