Merge branch 'master' into master

This commit is contained in:
Shaun Walker
2020-03-19 12:10:12 -04:00
committed by GitHub
16 changed files with 54 additions and 50 deletions

View File

@ -137,7 +137,7 @@
<label for="Name" class="control-label">Permissions: </label>
</td>
<td>
<PermissionGrid EntityName="Page" Permissions="@_permissions" @ref="_permissionGrid" />
<PermissionGrid EntityName="@EntityNames.Page" Permissions="@_permissions" @ref="_permissionGrid" />
</td>
</tr>
</table>