Skip to content

Commit

Permalink
Merge pull request #8925 from weseek/fix/dropdown-menu-label
Browse files Browse the repository at this point in the history
imprv: Rename label for bookmark item
  • Loading branch information
yuki-takei authored Jun 27, 2024
2 parents d89aac5 + 9b5813e commit 6a12f33
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/app/src/client/components/Bookmarks/BookmarkItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@ export const BookmarkItem = (props: Props): JSX.Element => {
isEnableActions
isReadOnlyUser={isReadOnlyUser}
pageInfo={pageInfo}
isInstantRename
forceHideMenuItems={[MenuItemType.DUPLICATE]}
onClickBookmarkMenuItem={bookmarkMenuItemClickHandler}
onClickRenameMenuItem={renameMenuItemClickHandler}
Expand Down

0 comments on commit 6a12f33

Please sign in to comment.