This commit is contained in:
Jonathan Belcher 2018-10-30 12:24:15 -04:00 committed by GitHub
parent 3446c0814b
commit eac848e351
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ class EllipsisMenu extends Component {
className={ toggleClassname }
onClick={ onToggle }
icon="ellipsis"
label={ label }
title={ label }
aria-expanded={ isOpen }
/>
);