fix issue with kick from profile

This commit is contained in:
RaidMax
2022-04-28 10:09:25 -05:00
parent 074e36413e
commit 389c687420
4 changed files with 13 additions and 7 deletions

View File

@ -11,6 +11,7 @@ public class SideContextMenuItem
public string Reference { get; set; }
public string Icon { get; set; }
public string Tooltip { get; set; }
public int? EntityId { get; set; }
}