Fix blog category selection and empty state rendering
TaxBaik CI/CD / build-and-deploy (push) Successful in 53s
TaxBaik CI/CD / build-and-deploy (push) Successful in 53s
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
@model TaxBaik.Web.Pages.Admin.Blog.CreateModel
|
||||
@{
|
||||
ViewData["Title"] = "블로그 등록";
|
||||
ViewData["BlogCategories"] = Model.Categories;
|
||||
}
|
||||
|
||||
@await Html.PartialAsync("_BlogEditor", new TaxBaik.Web.Pages.Shared.BlogEditorModel(
|
||||
|
||||
Reference in New Issue
Block a user