We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dee3fb4 commit 8cb8069Copy full SHA for 8cb8069
src/JoinRpg.WebComponents/UserLink.razor
@@ -3,6 +3,7 @@
3
4
@code {
5
[Parameter]
6
+ [EditorRequired]
7
public UserLinkViewModel Model { get; set; } = null!;
8
9
public Uri ProfileUri => userLinkLocator.GetUri(Model);
0 commit comments