improve help text for interactivity

This commit is contained in:
sbwalker
2024-02-26 16:08:44 -05:00
parent 4618d3e38a
commit 0d526a2c4f
6 changed files with 9 additions and 9 deletions

View File

@ -74,7 +74,7 @@ namespace Oqtane.Models
public string RenderMode { get; set; }
/// <summary>
/// The interactive render mode for modules ie. Server,WebAssembly,Auto
/// The render mode for UI components which require interactivity ie. Server,WebAssembly,Auto
/// </summary>
public string Runtime { get; set; }