allow system log to be cleared

This commit is contained in:
Shaun Walker
2023-02-08 14:45:20 -05:00
parent 2a12744cd5
commit db73052ee5
6 changed files with 67 additions and 24 deletions

View File

@ -62,7 +62,7 @@ namespace Oqtane.Models
/// <summary>
/// Deprecated - not used
/// </summary>
public bool IsDeleted { get; set; }
public bool? IsDeleted { get; set; }
/// <summary>
/// TODO: todoc what would this contain?