From 4cc527ec80a11f922f4973f699c0eaca9dfe30e3 Mon Sep 17 00:00:00 2001 From: whats2000 <60466660+whats2000@users.noreply.github.com> Date: Sun, 8 Sep 2024 04:49:51 +0800 Subject: [PATCH] Update GeneralFtlTntEncoding.razor.cs --- Components/GeneralFtlComponents/GeneralFtlTntEncoding.razor.cs | 2 ++ 1 file changed, 2 insertions(+) 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