From 31f296495d2b2bc1fa7126ce4c0b82ea7290f646 Mon Sep 17 00:00:00 2001 From: Penry Date: Thu, 9 Jul 2026 00:27:39 +0200 Subject: [PATCH] refactor: removed Debug Message --- .../Pages/GlobalList/Dialogs/EditGlobalEntityDialog.razor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CouchLog/Components/Pages/GlobalList/Dialogs/EditGlobalEntityDialog.razor b/CouchLog/Components/Pages/GlobalList/Dialogs/EditGlobalEntityDialog.razor index 7dd05ba..2ce79a3 100644 --- a/CouchLog/Components/Pages/GlobalList/Dialogs/EditGlobalEntityDialog.razor +++ b/CouchLog/Components/Pages/GlobalList/Dialogs/EditGlobalEntityDialog.razor @@ -242,7 +242,7 @@ var oldGenereIds = GlobalEntity.LinkTableGlobalGenres.Select(g => g.GenreId); if (!newGenresHashSet.SetEquals(oldGenereIds)) { - Snackbar.Add("Selected genre id is", Severity.Warning); + //Snackbar.Add("Selected genre id is", Severity.Warning); return true; }