Update ShowServicios.php

This commit is contained in:
Lizandro Guarnizo
2025-03-15 19:00:38 -05:00
parent b2aa786621
commit ea75932479
+4 -1
View File
@@ -473,7 +473,10 @@ class ShowServicios extends Component
} catch (Exception $e) {
DB::rollBack();
$this->alert('error', 'Error al comprar: ' . $e->getMessage(), [
$this->credenciales = false;
$this->cuentas =[];
$this->alert('warning', 'Error al comprar: ' . $e->getMessage(), [
'position' => 'top'
]);