Fixed deletion in detail bug

ref #78 #80
This commit is contained in:
Nicolai Ort 2021-02-24 16:14:10 +01:00
parent 5d945f5bc5
commit f97c2a36f6

View File

@ -99,7 +99,7 @@
})
.catch((err) => {
modal_open = true;
delete_donor = original_object;
delete_donor = original_data;
});
}
</script>