Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot]
2026-04-18 23:56:01 +00:00
co-authored by renee-png
parent a4cf7b04ae
commit c58dbad18b
-1
View File
@@ -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 {