mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-23 23:19:40 +01:00
add some basic tests
This commit is contained in:
@@ -356,7 +356,7 @@ const MoveNoteDialog = () => {
|
||||
onPress={async () => {
|
||||
let noteIds = [];
|
||||
selectedItemsList.forEach((i) => noteIds.push(i.id));
|
||||
|
||||
|
||||
let res = await db.notes.move(
|
||||
{
|
||||
topic: item.title,
|
||||
|
||||
Reference in New Issue
Block a user