mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 19:36:12 +01:00
event_log - entity and logging sync info
This commit is contained in:
@@ -38,6 +38,6 @@ $("#run-migration").click(() => {
|
||||
$("#migration-table").append(row);
|
||||
}
|
||||
},
|
||||
error: () => alert("Migration failed with unknown error")
|
||||
error: () => error("Migration failed with unknown error")
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user