Skip to content

Commit

Permalink
Fixes #11610 Add spaces to Part Display Name (#11614)
Browse files Browse the repository at this point in the history
  • Loading branch information
jtkech authored May 5, 2022
1 parent 2192704 commit a3d6263
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ public EditPartViewModel(ContentPartDefinition contentPartDefinition)
{
Name = contentPartDefinition.Name;
PartDefinition = contentPartDefinition;
_displayName = contentPartDefinition.DisplayName();
}

public string Name { get; set; }
Expand Down

0 comments on commit a3d6263

Please sign in to comment.