Show elements in registry
This commit is contained in:
@ -16,6 +16,6 @@
|
||||
|
||||
public virtual Operation LastSyncOperation { get; set; }
|
||||
|
||||
public virtual ICollection<RegistryElement> Elements { get; set; } = [];
|
||||
public virtual ICollection<RegistryElement>? Elements { get; set; } = null;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user