Skip to content
This repository was archived by the owner on Feb 21, 2023. It is now read-only.

Commit f538906

Browse files
author
Megan Cole
committed
add a default value for ariaLabel prop
1 parent 1c42047 commit f538906

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BlockUi.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ class BlockUi extends Component {
145145
loader: Loader,
146146
renderChildren,
147147
keepInView,
148-
ariaLabel,
148+
ariaLabel = 'loading',
149149
...attributes
150150
} = this.props;
151151

0 commit comments

Comments
 (0)