Skip to content

Commit

Permalink
Fixed missing use of label variable in GridConfigurationExtensions
Browse files Browse the repository at this point in the history
  • Loading branch information
CodingDK committed Feb 16, 2024
1 parent c074840 commit 63d7416
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public static IEnumerable<string> GetAllowedContentTypeAliasesForBlock(this ILeg
}
yield return new BlockGridConfiguration.BlockGridBlockConfiguration
{
Label = editorConfig.GetBlockname(),
Label = label,
ContentElementTypeKey = elementKey,
GroupKey = groupKey != Guid.Empty ? groupKey.ToString() : null,
BackgroundColor = Grid.GridBlocks.Background,
Expand Down

0 comments on commit 63d7416

Please sign in to comment.