UI: fix button hover state disabled in disabled tsat

This commit is contained in:
Johannes Kirschbauer
2025-01-03 16:33:47 +01:00
parent eb7c8b9ce7
commit 1e72f72f3c
2 changed files with 17 additions and 13 deletions

View File

@@ -158,7 +158,6 @@ def find_deleted_paths(
for key, p_value in persisted.items():
current_path = f"{parent_key}.{key}" if parent_key else key
# Check if this key exists in update
# breakpoint()
if key not in update:
# Key doesn't exist at all -> entire branch deleted
deleted_paths.add(current_path)