From f48f0ea2ea4c008d82fb4ab59b95d2f84dfdf5be Mon Sep 17 00:00:00 2001 From: Penry Date: Thu, 9 Jul 2026 00:23:09 +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; }