From ddcaafdbafa6750d5e7d6aabed76f46f1b537676 Mon Sep 17 00:00:00 2001 From: Pat Hartl Date: Wed, 2 Aug 2023 18:02:31 -0500 Subject: [PATCH] Get script type select label from display name attribute --- LANCommander/Pages/Games/Components/ScriptEditor.razor | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/LANCommander/Pages/Games/Components/ScriptEditor.razor b/LANCommander/Pages/Games/Components/ScriptEditor.razor index ea7e28a..e5b31ae 100644 --- a/LANCommander/Pages/Games/Components/ScriptEditor.razor +++ b/LANCommander/Pages/Games/Components/ScriptEditor.razor @@ -53,7 +53,9 @@ - + @Value.GetDisplayName() +