que funcione el notify

This commit is contained in:
Jaume Solís 2024-04-19 09:50:30 +02:00
parent ced6e7f438
commit 9da9c79ab8
1 changed files with 2 additions and 2 deletions

View File

@ -53,7 +53,7 @@ export default defineComponent({
return formattedDate;
});
if(!dates) {
if(!dates.length) {
quasarNotify({
type: "erro",
message: `No tenemos fechas de entrega posibles para este código postal`,
@ -118,4 +118,4 @@ export default defineComponent({
}
}
}
</style>
</style>