Skip to content

Commit

Permalink
Update packages/react/src/components/DataTable/TableExpandHeader.js
Browse files Browse the repository at this point in the history
Co-Authored-By: Akira Sudoh <[email protected]>
  • Loading branch information
tw15egan and asudoh authored Mar 23, 2020
1 parent 8881051 commit c0ef028
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ TableExpandHeader.propTypes = {
* Specify the string read by a voice reader when the expand trigger is
* focused
*/
ariaLabel: isRequiredIfPropExists('ariaLabel'),
ariaLabel: isRequiredIfPropExists('enableExpando'),

/**
* Specify whether this row is expanded or not. This helps coordinate data
Expand Down

0 comments on commit c0ef028

Please sign in to comment.