diff --git a/rslib/src/collection/undo.rs b/rslib/src/collection/undo.rs index 6ec005b2f..ef2480e94 100644 --- a/rslib/src/collection/undo.rs +++ b/rslib/src/collection/undo.rs @@ -21,7 +21,7 @@ impl Collection { } UndoableCollectionChange::Modified(modified) => { let current = self.storage.get_collection_timestamps()?.collection_change; - self.set_schema_modified_time_undoable(modified, current) + self.set_modified_time_undoable(modified, current) } } }