Skip to content

Commit

Permalink
Update webpack/components/extensions/Hosts/ActionsBar/index.js
Browse files Browse the repository at this point in the history
Co-authored-by: Jeremy Lenz <[email protected]>
  • Loading branch information
parthaa and jeremylenz authored Oct 26, 2023
1 parent 19ad19d commit ab45e01
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion webpack/components/extensions/Hosts/ActionsBar/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,9 @@ const HostActionsBar = () => {
title={title}
href={href}
isDisabled={selectedCount === 0}
icon={<CubeIcon />}
>
<CubeIcon /> {title}
{title}
</DropdownItem>
</>
);
Expand Down

0 comments on commit ab45e01

Please sign in to comment.