mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-05-13 15:44:12 +00:00
fixed logger selectFile
This commit is contained in:
parent
0007b80a3a
commit
099f9232d0
@ -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