diff --git a/src/components/cases/collections-tab.tsx b/src/components/cases/collections-tab.tsx index 21131e1..2300379 100644 --- a/src/components/cases/collections-tab.tsx +++ b/src/components/cases/collections-tab.tsx @@ -707,7 +707,6 @@ export function CollectionDetail({ }; // Force-save (re-persist all entries — useful if user wants a manual confirm) - const [saving, setSaving] = useState(false); const saveAll = async () => { setSaving(true); try {