mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-13 03:13:47 +00:00
performance lazy menus
This commit is contained in:
@@ -34,7 +34,7 @@ const EventListMenu = ({ eventsHandler }) => {
|
||||
|
||||
return (
|
||||
<div className={style.headerButtons}>
|
||||
<Menu className={style.menu}>
|
||||
<Menu className={style.menu} isLazy>
|
||||
<ButtonGroup isAttached>
|
||||
<Button {...buttonProps}>Upload</Button>
|
||||
<MenuButton as={Button} {...buttonProps}>
|
||||
|
||||
Reference in New Issue
Block a user