mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-04-28 11:39:48 +00:00
Removed redundant setting loading
This commit is contained in:
parent
9cc8021c10
commit
9c41e6c38f
@ -37,9 +37,6 @@ public partial class Chat : ComponentBase
|
|||||||
|
|
||||||
protected override async Task OnInitializedAsync()
|
protected override async Task OnInitializedAsync()
|
||||||
{
|
{
|
||||||
// Ensure that the settings are loaded:
|
|
||||||
await this.SettingsManager.LoadSettings();
|
|
||||||
|
|
||||||
// Configure the spellchecking for the user input:
|
// Configure the spellchecking for the user input:
|
||||||
this.SettingsManager.InjectSpellchecking(USER_INPUT_ATTRIBUTES);
|
this.SettingsManager.InjectSpellchecking(USER_INPUT_ATTRIBUTES);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user