mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-07-28 01:22:56 +00:00
Formatting
This commit is contained in:
parent
6280d5a87f
commit
1223914814
@ -108,7 +108,6 @@ public partial class ChatTemplateDialog : MSGComponentBase
|
|||||||
{
|
{
|
||||||
item.HideFromUser = true;
|
item.HideFromUser = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
await base.OnInitializedAsync();
|
await base.OnInitializedAsync();
|
||||||
|
@ -6,7 +6,6 @@ namespace AIStudio.Dialogs.Settings;
|
|||||||
|
|
||||||
public partial class SettingsDialogChatTemplate : SettingsDialogBase
|
public partial class SettingsDialogChatTemplate : SettingsDialogBase
|
||||||
{
|
{
|
||||||
|
|
||||||
[Parameter]
|
[Parameter]
|
||||||
public bool CreateTemplateFromExistingChatThread { get; set; }
|
public bool CreateTemplateFromExistingChatThread { get; set; }
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user