Interactivity needs to be selectable regardless of the default render mode

This commit is contained in:
sbwalker
2024-02-09 16:24:30 -05:00
parent df4d4d36bc
commit fce72cad55
5 changed files with 22 additions and 25 deletions

View File

@ -74,7 +74,7 @@ namespace Oqtane.Models
public string RenderMode { get; set; }
/// <summary>
/// The interactive render mode for the site ie. Server,WebAssembly,Auto (only applies to Interactive rendermode)
/// The interactive render mode for modules ie. Server,WebAssembly,Auto
/// </summary>
public string Runtime { get; set; }