Enis Necipoglu
3 years ago
No known key found for this signature in database
GPG Key ID: 1EC55E13241E1680
1 changed files with
2 additions and
1 deletions
-
modules/cms-kit/src/Volo.CmsKit.Admin.Web/Pages/CmsKit/Tags/CreateModal.cshtml
|
|
|
@ -23,7 +23,8 @@ |
|
|
|
<abp-modal> |
|
|
|
<abp-modal-header title="@L["New"].Value"></abp-modal-header> |
|
|
|
<abp-modal-body> |
|
|
|
<abp-input asp-for="ViewModel.EntityType" /> |
|
|
|
|
|
|
|
<abp-select asp-for="ViewModel.EntityType" asp-items="Model.TagDefinitions" /> |
|
|
|
|
|
|
|
<abp-input asp-for="ViewModel.Name" /> |
|
|
|
|
|
|
|
|