mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-04-04 23:07:19 +02:00
🔖 fix: Announce Bookmark Selection State (#11450)
* fix: bookmarks announce selection state * chore: address Copilot comments
This commit is contained in:
parent
828c2b2048
commit
12ec64b988
6 changed files with 40 additions and 12 deletions
|
|
@ -15,6 +15,8 @@ export interface MenuItemProps {
|
|||
separate?: boolean;
|
||||
hideOnClick?: boolean;
|
||||
dialog?: React.ReactElement;
|
||||
ariaLabel?: string;
|
||||
ariaChecked?: boolean;
|
||||
ref?: React.Ref<any>;
|
||||
className?: string;
|
||||
render?:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue