Added edit bookmark
This commit is contained in:
@@ -58,6 +58,7 @@ class BookmarkCommonFunctions {
|
||||
unread: bookmark.unread == true ? false : true,
|
||||
tagNames: bookmark.tagNames?.join(",") ?? '',
|
||||
title: bookmark.title ?? '',
|
||||
notes: bookmark.notes ?? '',
|
||||
),
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user