Fix the logger type to match the ChatTemplateDialog class

This commit is contained in:
Thorsten Sommer 2025-05-24 18:15:09 +02:00
parent 9bd691743f
commit 8cf5540e86
Signed by untrusted user who does not match committer: tsommer
GPG Key ID: 371BBA77A02C0108

View File

@ -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();