diff --git a/app/imports/ui/creature/slots/SlotCard.vue b/app/imports/ui/creature/slots/SlotCard.vue index 704ddfe5..b282bfff 100644 --- a/app/imports/ui/creature/slots/SlotCard.vue +++ b/app/imports/ui/creature/slots/SlotCard.vue @@ -24,11 +24,11 @@ - Skip + mdi-close diff --git a/app/imports/ui/creature/slots/SlotCardsToFill.vue b/app/imports/ui/creature/slots/SlotCardsToFill.vue index 88d3e816..506ebc20 100644 --- a/app/imports/ui/creature/slots/SlotCardsToFill.vue +++ b/app/imports/ui/creature/slots/SlotCardsToFill.vue @@ -40,7 +40,7 @@ export default { }, error => { if (error){ console.error(error); - snackbar(error); + snackbar({text: error.reason || error.message || error.toString()}); } }); }, @@ -63,7 +63,7 @@ export default { }, error => { if (error){ console.error(error); - snackbar(error); + snackbar({text: error.reason || error.message || error.toString()}); } }); return `slot-child-${newPropertyId}`;