diff --git a/Components/GeneralFtlComponents/GeneralFtlTntEncoding.razor.cs b/Components/GeneralFtlComponents/GeneralFtlTntEncoding.razor.cs index 4152303..1ac6d2f 100644 --- a/Components/GeneralFtlComponents/GeneralFtlTntEncoding.razor.cs +++ b/Components/GeneralFtlComponents/GeneralFtlTntEncoding.razor.cs @@ -122,6 +122,8 @@ protected override void OnInitialized() private void RefreshPage() { + RedTntInput = string.Join(", ", Data.RedTNTConfiguration); + BlueTntInput = string.Join(", ", Data.BlueTNTConfiguration); StateHasChanged(); } } \ No newline at end of file