Removed redundant setting loading

This commit is contained in:
Thorsten Sommer 2024-06-30 14:15:01 +02:00
parent 9cc8021c10
commit 9c41e6c38f
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108

View File

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