diff --git a/app/MindWork AI Studio/Pages/Home.razor.cs b/app/MindWork AI Studio/Pages/Home.razor.cs index 026fafe5..f6d7498a 100644 --- a/app/MindWork AI Studio/Pages/Home.razor.cs +++ b/app/MindWork AI Studio/Pages/Home.razor.cs @@ -9,7 +9,7 @@ namespace AIStudio.Pages; public partial class Home : ComponentBase { [Inject] - private HttpClient HttpClient { get; set; } = null!; + private HttpClient HttpClient { get; init; } = null!; private string LastChangeContent { get; set; } = string.Empty;