mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-04-28 07:59:47 +00:00
Improved HTTP client's set accessibility
This commit is contained in:
parent
592cec15a3
commit
8331e68faf
@ -9,7 +9,7 @@ namespace AIStudio.Pages;
|
|||||||
public partial class Home : ComponentBase
|
public partial class Home : ComponentBase
|
||||||
{
|
{
|
||||||
[Inject]
|
[Inject]
|
||||||
private HttpClient HttpClient { get; set; } = null!;
|
private HttpClient HttpClient { get; init; } = null!;
|
||||||
|
|
||||||
private string LastChangeContent { get; set; } = string.Empty;
|
private string LastChangeContent { get; set; } = string.Empty;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user