mirror of
https://github.com/tooot-app/app
synced 2025-06-05 22:19:13 +02:00
Bump packages
This commit is contained in:
@ -105,7 +105,7 @@ const TimelineHeaderDefault: React.FC = () => {
|
||||
case 'sub':
|
||||
return (
|
||||
// @ts-ignore
|
||||
<DropdownMenu.Sub key={item}>
|
||||
<DropdownMenu.Sub key={item.key}>
|
||||
<DropdownMenu.SubTrigger
|
||||
key={item.trigger.key}
|
||||
{...item.trigger.props}
|
||||
|
4
src/components/contextMenu/index.d.ts
vendored
4
src/components/contextMenu/index.d.ts
vendored
@ -33,7 +33,7 @@ type ContextMenuItem = {
|
||||
hidden: boolean
|
||||
}
|
||||
title: string
|
||||
icon?: string
|
||||
icon?: any
|
||||
}
|
||||
|
||||
type ContextMenuSub = {
|
||||
@ -47,7 +47,7 @@ type ContextMenuSub = {
|
||||
hidden: boolean
|
||||
}
|
||||
title: string
|
||||
icon?: string
|
||||
icon?: any
|
||||
}
|
||||
items: Omit<ContextMenuItem, 'type'>[]
|
||||
}
|
||||
|
Reference in New Issue
Block a user