Formatting

This commit is contained in:
Peer Schütt 2025-07-10 18:53:21 +02:00
parent 6280d5a87f
commit 1223914814
2 changed files with 0 additions and 2 deletions

View File

@ -108,7 +108,6 @@ public partial class ChatTemplateDialog : MSGComponentBase
{
item.HideFromUser = true;
}
}
await base.OnInitializedAsync();

View File

@ -6,7 +6,6 @@ namespace AIStudio.Dialogs.Settings;
public partial class SettingsDialogChatTemplate : SettingsDialogBase
{
[Parameter]
public bool CreateTemplateFromExistingChatThread { get; set; }