diff --git a/app/MindWork AI Studio/Components/Pages/Chat.razor.cs b/app/MindWork AI Studio/Components/Pages/Chat.razor.cs index 738b4353..53c22aa0 100644 --- a/app/MindWork AI Studio/Components/Pages/Chat.razor.cs +++ b/app/MindWork AI Studio/Components/Pages/Chat.razor.cs @@ -37,9 +37,6 @@ public partial class Chat : ComponentBase protected override async Task OnInitializedAsync() { - // Ensure that the settings are loaded: - await this.SettingsManager.LoadSettings(); - // Configure the spellchecking for the user input: this.SettingsManager.InjectSpellchecking(USER_INPUT_ATTRIBUTES);