fixed logger selectFile

This commit is contained in:
PaulKoudelka 2026-03-10 13:49:02 +01:00 committed by Koudelka
parent f295cb082c
commit 562520cbf4

View File

@ -32,7 +32,7 @@ public partial class SelectFile : MSGComponentBase
public RustService RustService { get; set; } = null!;
[Inject]
protected ILogger<SelectDirectory> Logger { get; init; } = null!;
protected ILogger<SelectFile> Logger { get; init; } = null!;
private static readonly Dictionary<string, object?> SPELLCHECK_ATTRIBUTES = new();