fix `<DropdownMenu.Item />` onSelect prop (#624)

* fix `<DropdownMenu.Item />` onSelect prop

* Create angry-geese-ring.md

* f
This commit is contained in:
pavel 2024-10-17 15:13:18 +02:00 committed by GitHub
parent 51d61895a4
commit b15925815e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 1 deletions

View File

@ -0,0 +1,5 @@
---
"@status-im/components": patch
---
fix `<DropdownMenu.Item />` onSelect prop

View File

@ -123,7 +123,6 @@ Search.displayName = 'Search'
type ItemProps = DropdownMenu.DropdownMenuItemProps & {
icon?: IconElement
label: string
onSelect: () => void
selected?: boolean
danger?: boolean
external?: boolean