Updated daily report to show correct information when two work weeks split quarters.
Also current changes to project with Blazor implementation is implemented here as well.
This commit is contained in:
11
ReportingServices.Blazor/Components/Breadcrumbs.razor.cs
Normal file
11
ReportingServices.Blazor/Components/Breadcrumbs.razor.cs
Normal file
@ -0,0 +1,11 @@
|
||||
namespace ReportingServices.Blazor.Components;
|
||||
|
||||
public partial class Breadcrumbs
|
||||
{
|
||||
public string MyClass { get; set; } = "";
|
||||
|
||||
protected override void OnInitialized()
|
||||
{
|
||||
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user