[ENH] - #4178 modifications after review

This commit is contained in:
vnetonline
2024-04-24 09:46:07 +10:00
parent 5857e3d5c6
commit d910cfa919
4 changed files with 16 additions and 4 deletions

View File

@ -118,7 +118,7 @@ namespace Oqtane.Models
[NotMapped]
public string RenderMode{ get; set; }
[NotMapped]
public bool Prerender { get; set; }
public bool? Prerender { get; set; }
#endregion