fmt
This commit is contained in:
parent
96746fcc0b
commit
cc5f9624cd
1 changed files with 0 additions and 1 deletions
|
|
@ -56,7 +56,6 @@ namespace Yavsc.Controllers
|
||||||
ViewBag.YetAvailableInstruments = _context.Instrument.Select(k=>new SelectListItem
|
ViewBag.YetAvailableInstruments = _context.Instrument.Select(k=>new SelectListItem
|
||||||
{ Text = k.Name, Value = k.Id.ToString(), Disabled = ownedArray.Contains(k.Id) });
|
{ Text = k.Name, Value = k.Id.ToString(), Disabled = ownedArray.Contains(k.Id) });
|
||||||
|
|
||||||
|
|
||||||
return View(new Instrumentation { UserId = uid });
|
return View(new Instrumentation { UserId = uid });
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue