Skip to content

Commit

Permalink
fix mapLink
Browse files Browse the repository at this point in the history
  • Loading branch information
soltanireza65 committed Nov 28, 2023
1 parent cf1b694 commit 9ae2429
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bookmarks/vanilla/demo/src/components/Bookmarks/Bookmarks.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,8 @@ const Bookmarks: FC<IProps> = ({ }) => {
</IconButton>
<IconButton
onClick={async () => console.log(row.url , await Bookmark.update(row.url, {
title: "bookmarkTitle",
link: "bookmarkLink",
title: "sss__",
link: "http://sss__.com",
}, session))}
>
UPD
Expand Down

0 comments on commit 9ae2429

Please sign in to comment.