* 🚸 Make app grid popup menu toggle visibility when clicking on it (#325)
This commit is contained in:
@@ -14,6 +14,7 @@ export default ({ className }: { className?: string }): JSX.Element => {
|
||||
return (
|
||||
<Menu
|
||||
position="bottom"
|
||||
toggle="true"
|
||||
menu={[
|
||||
{
|
||||
type: 'react-element',
|
||||
|
||||
Reference in New Issue
Block a user