clean up unused resource keys

This commit is contained in:
sbwalker
2026-02-16 08:08:20 -05:00
parent a4f7d1f745
commit dd816f7c44
4 changed files with 3 additions and 33 deletions

View File

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