[#1532] Fix labels for files
This commit is contained in:
parent
223d71688e
commit
a56740c7c4
1 changed files with 1 additions and 1 deletions
|
@ -261,7 +261,7 @@ export class FileNode extends React.Component {
|
|||
</div>
|
||||
}
|
||||
<button
|
||||
aria-label="Name"
|
||||
aria-label={this.state.updatedName}
|
||||
className="sidebar__file-item-name"
|
||||
onClick={this.handleFileClick}
|
||||
>
|
||||
|
|
Loading…
Reference in a new issue