mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 03:16:11 +01:00
note history snapshots now have date from and date to
This commit is contained in:
@@ -21,7 +21,7 @@ function showNoteHistoryDialog(noteId, noteHistoryId) {
|
||||
globalHistoryItems = result;
|
||||
|
||||
for (const row of result) {
|
||||
const dateModified = getDateFromTS(row.date_modified);
|
||||
const dateModified = getDateFromTS(row.date_modified_to);
|
||||
|
||||
$("#note-history-list").append($('<option>', {
|
||||
value: row.id,
|
||||
|
||||
Reference in New Issue
Block a user