mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-08-21 04:12:56 +00:00
Fix the logger type to match the ChatTemplateDialog class
This commit is contained in:
parent
9bd691743f
commit
8cf5540e86
@ -48,7 +48,7 @@ public partial class ChatTemplateDialog : MSGComponentBase
|
|||||||
public bool AllowProfileUsage { get; set; } = true;
|
public bool AllowProfileUsage { get; set; } = true;
|
||||||
|
|
||||||
[Inject]
|
[Inject]
|
||||||
private ILogger<ProviderDialog> Logger { get; init; } = null!;
|
private ILogger<ChatTemplateDialog> 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