Skip to content

Commit

Permalink
#2053 removed unnecessay assignment to settings in ContentTypeService
Browse files Browse the repository at this point in the history
  • Loading branch information
sit-harry authored and tidyui committed Mar 22, 2024
1 parent 7efca43 commit 7cabc82
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/Piranha.Manager/Services/ContentTypeService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,6 @@ private async Task<RegionItemModel> CreateRegionAsync(ContentTypeBase type, stri
{
field.Model = (IField)regionModel;
field.Meta.NotifyChange = true;
field.Meta.Settings = fieldType.Settings;
}
regionItem.Fields.Add(field);
}
Expand Down

0 comments on commit 7cabc82

Please sign in to comment.