fix
This commit is contained in:
parent
3c628d5871
commit
d2cda83132
|
|
@ -121,7 +121,8 @@
|
|||
if (e.IsNew)
|
||||
{
|
||||
var newEmployee = (Company)e.EditModel;
|
||||
newEmployee.Name = "John";
|
||||
newEmployee.Name = "Add a company name";
|
||||
newEmployee.OwnerId = SessionService.User!.UserId;
|
||||
newEmployee.AffiliateId = Guid.NewGuid();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -130,7 +130,7 @@
|
|||
}
|
||||
else
|
||||
{
|
||||
@if (hasProperty)
|
||||
@if (true || hasProperty)
|
||||
{
|
||||
<li class="nav-item">
|
||||
<NavLink class="nav-link" href="user/admin">
|
||||
|
|
|
|||
Loading…
Reference in New Issue