diff --git a/.github/workflows/GithubActionsWIP.yml b/.github/workflows/GithubActionsWIP.yml index f55362e6d..23134d6e5 100644 --- a/.github/workflows/GithubActionsWIP.yml +++ b/.github/workflows/GithubActionsWIP.yml @@ -469,6 +469,12 @@ jobs: - name: Display wwwroot M.B.W.MD3 run: dir ${{github.workspace}}/Material.Blazor.Website.MD3/wwwroot + - name: Display wwwroot/icons M.B.W.MD3 + run: dir ${{github.workspace}}/Material.Blazor.Website.MD3/wwwroot/icons + + - name: Display wwwroot/images M.B.W.MD3 + run: dir ${{github.workspace}}/Material.Blazor.Website.MD3/wwwroot/images + - name: Build & Publish Website 🔧 run: > dotnet publish ${{env.projectWebMD3}} diff --git a/Material.Blazor/Components/DateTimeField/MBDateTimeField.razor.cs b/Material.Blazor/Components/DateTimeField/MBDateTimeField.razor.cs index 3bcd1aa73..8838b0daf 100644 --- a/Material.Blazor/Components/DateTimeField/MBDateTimeField.razor.cs +++ b/Material.Blazor/Components/DateTimeField/MBDateTimeField.razor.cs @@ -15,7 +15,7 @@ public partial class MBDateTimeField : InputComponent #nullable enable annotations /// - /// The datetime can optionally supress the time portion and just + /// The datetime can optionally suppress the time portion and just /// return dates (at midnight) /// [Parameter] public bool DateOnly { get; set; } = false; @@ -133,7 +133,7 @@ protected override async Task OnInitializedAsync() // DateOnly // MaxDate // MinDate - // SupressDefaultDate + // SuppressDefaultDate await base.OnInitializedAsync();