Skip to content

Commit

Permalink
Web: Files: added group menu title
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-sychugov committed Nov 29, 2021
1 parent def7e82 commit 6db5c38
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ const GroupMenuItem = ({ item }) => {
return (
<StyledButton
label={label}
title={label}
isDisabled={disabled}
onClick={onClick}
icon={<ReactSVG src={iconUrl} className="combo-button_selected-icon" />}
Expand Down

0 comments on commit 6db5c38

Please sign in to comment.