Refactor TenantNames.Master

This commit is contained in:
Tony Valenti
2020-10-16 10:45:13 -05:00
parent 3e71bdfef3
commit c683de2cda
7 changed files with 22 additions and 12 deletions

View File

@ -9,7 +9,7 @@
<Label For="name" HelpText="The name of the tenant">Name: </Label>
</td>
<td>
@if (name == Constants.MasterTenant)
@if (name == TenantNames.Master)
{
<input id="name" class="form-control" @bind="@name" readonly />
}