[ENH] - #4178 modifications after review
This commit is contained in:
@ -39,6 +39,6 @@ namespace Oqtane.Modules
|
||||
/// <summary>
|
||||
/// Specifies the prerender mode for the moudle control ie: true or false
|
||||
/// </summary>
|
||||
bool Prerender { get; }
|
||||
bool? Prerender { get; }
|
||||
}
|
||||
}
|
||||
|
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user