Skip to content

Commit

Permalink
Set the value to be the Text on Endpoints (dotnet#3130)
Browse files Browse the repository at this point in the history
  • Loading branch information
timheuer authored and radical committed Mar 25, 2024
1 parent 83fb33b commit 3528a3b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
<GridValue Value="@context.Name" />
</TemplateColumn>
<TemplateColumn Title="@ControlStringsLoc[nameof(ControlsStrings.PropertyGridValueColumnHeader)]" Class="valueColumn">
<GridValue Value="@context.Address" MaxDisplayLength="0">
<GridValue Value="@context.Text" MaxDisplayLength="0">
<ContentAfterValue>
@if (context.Url != null)
{
Expand Down

0 comments on commit 3528a3b

Please sign in to comment.