Fix casing in fileSystemBasePath (#13306)

This commit is contained in:
Mole
2022-11-01 08:41:50 +01:00
committed by GitHub
parent 68676db082
commit 174874eb11

View File

@@ -172,7 +172,7 @@ public sealed class BlockGridSampleHelper
internal void CreateSamplePartialViews()
{
var embeddedBasePath = $"{_partialViewPopulator.CoreEmbeddedPath}.BlockGrid.Components";
var fileSystemBasePath = "/Views/partials/blockgrid/Components";
var fileSystemBasePath = "/Views/Partials/blockgrid/Components";
var filesToMove = new[]
{
"umbBlockGridDemoHeadlineBlock.cshtml",