(bookmark: BookmarkWithCategory)
| 235 | }; |
| 236 | |
| 237 | const handleEdit = (bookmark: BookmarkWithCategory) => { |
| 238 | setSelectedBookmark(bookmark); |
| 239 | setIsNewBookmark(false); |
| 240 | setIsSheetOpen(true); |
| 241 | }; |
| 242 | |
| 243 | const handleNew = () => { |
| 244 | setSelectedBookmark(null); |