Skip to content

Commit

Permalink
removed disabled button from columnarMenu (#111)
Browse files Browse the repository at this point in the history
* removed disabled button from columnarMenu

* removed disabled button from columnarMenu
  • Loading branch information
dayesouza committed Mar 22, 2022
1 parent 96da43e commit 240ad4f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .yarn/versions/b00becf1.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
releases:
"@essex/themed-components": patch

declined:
- essex-js-toolkit
- essex-js-toolkit-stories
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ export const ColumnarMenu: React.FC<ColumnarMenuProps> = memo(

return (
<DefaultButton
disabled={!menuProps.items.length}
styles={buttonStyle}
text={props.text}
menuProps={menuProps}
Expand Down

0 comments on commit 240ad4f

Please sign in to comment.