mirror of
https://github.com/lempamo/Project-Unite.git
synced 2025-04-26 18:30:25 +00:00
grrrr
This commit is contained in:
parent
1b15a34906
commit
6623a72766
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ namespace Project_Unite.Controllers
|
|||
model.Roles.Add(new SelectListItem
|
||||
{
|
||||
Text = converted.Name,
|
||||
Value = converted.Id
|
||||
Value = converted.Name
|
||||
});
|
||||
}
|
||||
model.Users = new List<SelectListItem>();
|
||||
|
|
Loading…
Add table
Reference in a new issue