Skip to content

Commit

Permalink
Update GeneralFtlTntEncoding.razor.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
whats2000 committed Sep 7, 2024
1 parent bd9daae commit 4cc527e
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,8 @@ protected override void OnInitialized()

private void RefreshPage()
{
RedTntInput = string.Join(", ", Data.RedTNTConfiguration);
BlueTntInput = string.Join(", ", Data.BlueTNTConfiguration);
StateHasChanged();
}
}

0 comments on commit 4cc527e

Please sign in to comment.