Add missing comma

pull/12327/head
enisn 4 years ago
parent a1b924ddfc
commit 5b9fed9f80

@ -109,7 +109,7 @@ public partial class TenantManagement
new TableColumn
{
Title = L["Actions"],
Actions = EntityActions.Get<TenantManagement>()
Actions = EntityActions.Get<TenantManagement>(),
Sortable = true,
},
new TableColumn

Loading…
Cancel
Save