Skip to content

Commit

Permalink
🐛 fix: fix Delete key
Browse files Browse the repository at this point in the history
  • Loading branch information
arvinxx committed Jul 11, 2023
1 parent 3f4c4b6 commit 708cc7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ChatList/ActionsBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const ActionsBar = memo<ActionsBarProps>(({ primary, items = [], dropdownMenu =
},
{
icon: Trash,
key: 'Ddelete',
key: 'delete',
label: 'Delete',
},
],
Expand Down

1 comment on commit 708cc7e

@vercel
Copy link

@vercel vercel bot commented on 708cc7e Jul 11, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

lobe-ui – ./

lobe-ui.vercel.app
lobe-ui-git-master-lobehub.vercel.app
lobe-ui-lobehub.vercel.app
ui.lobehub.com

Please sign in to comment.