mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-02-21 01:44:09 +01: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
|
|
@ -27,6 +27,8 @@ export interface MenuItemProps {
|
|||
| 'grid'
|
||||
| undefined;
|
||||
ariaControls?: string;
|
||||
ariaLabel?: string;
|
||||
ariaChecked?: boolean;
|
||||
ref?: React.Ref<any>;
|
||||
className?: string;
|
||||
render?:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue