mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-05-21 02:52:15 +00:00
fixed logger selectFile
This commit is contained in:
parent
f295cb082c
commit
562520cbf4
@ -32,7 +32,7 @@ public partial class SelectFile : MSGComponentBase
|
|||||||
public RustService RustService { get; set; } = null!;
|
public RustService RustService { get; set; } = null!;
|
||||||
|
|
||||||
[Inject]
|
[Inject]
|
||||||
protected ILogger<SelectDirectory> Logger { get; init; } = null!;
|
protected ILogger<SelectFile> Logger { get; init; } = null!;
|
||||||
|
|
||||||
private static readonly Dictionary<string, object?> SPELLCHECK_ATTRIBUTES = new();
|
private static readonly Dictionary<string, object?> SPELLCHECK_ATTRIBUTES = new();
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user