Fix edit bookmark

This commit is contained in:
Juan Gilsanz Polo
2024-03-01 10:43:23 +01:00
parent 3584c96312
commit c9668f320c

View File

@@ -434,6 +434,6 @@ void openBookmarkFormModal({
child: child,
);
},
pageBuilder: (context, animation, secondaryAnimation) => const BookmarkFormModal(),
pageBuilder: (context, animation, secondaryAnimation) => BookmarkFormModal(bookmark: bookmark),
);
}