Skip to content

Commit

Permalink
Merge pull request #259 from CodingDK/feature/missing-label
Browse files Browse the repository at this point in the history
Fixed missing use of label variable in GridConfigurationExtensions
  • Loading branch information
KevinJump authored Apr 20, 2024
2 parents 66a9db0 + 63d7416 commit 561946f
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 561946f

Please sign in to comment.