Skip to content

Commit

Permalink
2023-12-07 MoD #3
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkStega committed Dec 7, 2023
1 parent 09a5ae9 commit 680387a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/GithubActionsWIP.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public partial class MBDateTimeField : InputComponent<DateTime>
#nullable enable annotations

/// <summary>
/// The datetime can optionally supress the time portion and just
/// The datetime can optionally suppress the time portion and just
/// return dates (at midnight)
/// </summary>
[Parameter] public bool DateOnly { get; set; } = false;
Expand Down Expand Up @@ -133,7 +133,7 @@ protected override async Task OnInitializedAsync()
// DateOnly
// MaxDate
// MinDate
// SupressDefaultDate
// SuppressDefaultDate

await base.OnInitializedAsync();

Expand Down

0 comments on commit 680387a

Please sign in to comment.