diff --git a/src/modules/password-vault/components/password-vault-module.tsx b/src/modules/password-vault/components/password-vault-module.tsx index ca5a007..7396d30 100644 --- a/src/modules/password-vault/components/password-vault-module.tsx +++ b/src/modules/password-vault/components/password-vault-module.tsx @@ -237,6 +237,8 @@ export function PasswordVaultModule() { } setViewMode("list"); setEditingEntry(null); + updateFilter("category", "all"); + updateFilter("search", ""); }; const handleDeleteConfirm = async () => { diff --git a/src/modules/registratura/components/registry-entry-detail.tsx b/src/modules/registratura/components/registry-entry-detail.tsx index 69f0b0f..91a9f0e 100644 --- a/src/modules/registratura/components/registry-entry-detail.tsx +++ b/src/modules/registratura/components/registry-entry-detail.tsx @@ -219,7 +219,7 @@ export function RegistryEntryDetail({ -
+
{/* ── Status row ── */}