Skip to content

Commit 561946f

Browse files
authored
Merge pull request #259 from CodingDK/feature/missing-label
Fixed missing use of label variable in GridConfigurationExtensions
2 parents 66a9db0 + 63d7416 commit 561946f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

uSync.Migrations.Migrators/BlockGrid/Extensions/GridConfigurationExtensions.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ public static IEnumerable<string> GetAllowedContentTypeAliasesForBlock(this ILeg
7373
}
7474
yield return new BlockGridConfiguration.BlockGridBlockConfiguration
7575
{
76-
Label = editorConfig.GetBlockname(),
76+
Label = label,
7777
ContentElementTypeKey = elementKey,
7878
GroupKey = groupKey != Guid.Empty ? groupKey.ToString() : null,
7979
BackgroundColor = Grid.GridBlocks.Background,

0 commit comments

Comments
 (0)