mirror of
https://github.com/chinchang/web-maker.git
synced 2025-07-29 09:40:10 +02:00
fix dropdown btn
This commit is contained in:
@@ -34,6 +34,7 @@ const DropdownMenu = ({
|
||||
return (
|
||||
<div className="dropdown">
|
||||
<button
|
||||
type="button"
|
||||
ref={triggerRef}
|
||||
onClick={toggleDropdown}
|
||||
aria-haspopup="true"
|
||||
|
Reference in New Issue
Block a user