Skip to content

Commit

Permalink
feat: Inject IMultiEnvironmentUserContext
Browse files Browse the repository at this point in the history
  • Loading branch information
yanpengju committed Jul 13, 2023
1 parent 86aa5bf commit 7212b9a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public partial class ProjectList
[Parameter]
public EventCallback<int> FetchProjectCount { get; set; }

[Parameter]
[Inject]
public IMultiEnvironmentUserContext MultiEnvironmentUserContext { get; set; } = default!;

[Inject]
Expand Down

0 comments on commit 7212b9a

Please sign in to comment.