Skip to content

Commit 83cf46c

Browse files
committed
Update mixin-table-renderer.js
1 parent b7ad047 commit 83cf46c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/table/helpers/mixin-table-renderer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ export const tableRendererMixin = Vue.extend({
115115
const ariaAttrs = this.isTableSimple
116116
? {}
117117
: {
118-
'aria-busy': this.computedBusy ? 'true' : 'false',
118+
'aria-busy': toString(this.computedBusy),
119119
'aria-colcount': toString(fields.length),
120120
// Preserve user supplied `aria-describedby`, if provided
121121
'aria-describedby':

0 commit comments

Comments
 (0)