Fixed logger

This commit is contained in:
Thorsten Sommer 2025-12-28 17:39:00 +01:00
parent 0a88745b98
commit 6e75760a9d
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108

View File

@ -27,7 +27,7 @@ public partial class DocumentCheckDialog : MSGComponentBase
private IDialogService DialogService { get; init; } = null!;
[Inject]
private ILogger<ReadFileContent> Logger { get; init; } = null!;
private ILogger<DocumentCheckDialog> Logger { get; init; } = null!;
protected override async Task OnAfterRenderAsync(bool firstRender)
{