1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-07-20 21:39:37 +02:00
This commit is contained in:
Sean Morley 2024-08-07 16:34:03 -04:00
parent a87797f6af
commit 4f3edec9f1
3 changed files with 10 additions and 3 deletions

View file

@ -55,10 +55,10 @@
});
if (res.ok) {
console.log('Collection deleted');
addToast('info', 'Adventure deleted successfully!');
addToast('info', 'Collection deleted successfully!');
dispatch('delete', collection.id);
} else {
console.log('Error deleting adventure');
console.log('Error deleting collection');
}
}