From 7447a54c13631b5ecf7b4e10cef2cbf52a357042 Mon Sep 17 00:00:00 2001 From: Jake Mannens Date: Sun, 1 Feb 2026 00:47:11 +1100 Subject: tmp --- Pages/TagDefinitions.razor | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Pages') diff --git a/Pages/TagDefinitions.razor b/Pages/TagDefinitions.razor index 3840c6d..e2e4df6 100644 --- a/Pages/TagDefinitions.razor +++ b/Pages/TagDefinitions.razor @@ -140,10 +140,10 @@ } private void PromptTagCreate() { - string? @namespace = tabContainer.ActivePane?.Title; - if(@namespace == "Default") - @namespace = null; - tagEditDialog.Show(@namespace); + string? ns = tabContainer.ActivePane?.Title; + if(ns == "Default") + ns = null; + tagEditDialog.Show(ns); } private void TagUpdated(object? sender, EventArgs e) { -- cgit v1.3