Skip to content

Commit

Permalink
feat: Disable more menu in toolbar
Browse files Browse the repository at this point in the history
  • Loading branch information
y-lohse committed Sep 11, 2020
1 parent 5df11e5 commit a1dba4f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const MoreMenu = ({
return (
<div>
<div ref={anchorRef}>
<MoreButton onClick={openMenu} />
<MoreButton onClick={openMenu} disabled={isDisabled} />
</div>
<ScanWrapper>
{menuIsVisible && (
Expand Down

0 comments on commit a1dba4f

Please sign in to comment.