Fast fix
This commit is contained in:
parent
4623127862
commit
ca2d1aede4
@ -121,7 +121,7 @@ namespace InternshipSystem.Api.Controllers
|
|||||||
{
|
{
|
||||||
AccessName = staticPageForm.AccessName.ToLower().Trim(),
|
AccessName = staticPageForm.AccessName.ToLower().Trim(),
|
||||||
Title = staticPageForm.Title,
|
Title = staticPageForm.Title,
|
||||||
TitleEng = staticPageForm.Title,
|
TitleEng = staticPageForm.TitleEng,
|
||||||
Content = staticPageForm.Content,
|
Content = staticPageForm.Content,
|
||||||
ContentEng = staticPageForm.ContentEng,
|
ContentEng = staticPageForm.ContentEng,
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user