modified date

This commit is contained in:
2026-02-11 16:29:37 -06:00
parent b7f287c635
commit dacbfd8486
8 changed files with 8 additions and 31 deletions
+1 -1
View File
@@ -99,7 +99,7 @@ export default function AddTime({
setFolio("");
setAmount("");
setDate("");
router.refresh();
} catch (err: any) {
toast.error(err.message || "Error al guardar");
@@ -105,4 +105,4 @@ export default function MesasDisponibles() {
</div>
</section>
);
}
}
+1 -1
View File
@@ -156,7 +156,7 @@ export default function RegisterAlta(props: urlProp) {
<option value="">Selecciona género</option>
<option value="Femenino">Femenino</option>
<option value="Masculino">Masculino</option>
<option value="otro">Otro</option>
<option value="Otro">Otro</option>
</select>
</div>
-2
View File
@@ -60,8 +60,6 @@ export default function AsignacionMesas({ idCuenta, inscripcion }: Props) {
}, [inscripcion]);
useEffect(() => {
console.log(envConfig.apiUrl);
console.log(puedeContinuar, idCuenta);
if (!puedeContinuar || !idCuenta) return;
const fetchMesas = async () => {
-1
View File
@@ -12,7 +12,6 @@ export default function TableEquipos() {
fetch(`${envConfig.apiUrl}/equipo`)
.then((res) => res.json())
.then((data) => {
console.log("EQUIPOS:", data);
setEquipos(data);
setLoading(false);
})
-1
View File
@@ -99,7 +99,6 @@ export default function Inscripcion({
Swal.fire("Alumno con pago");
setFolio("");
setAmount("");
setDate("");
router.refresh();
} catch (err: any) {
-1
View File
@@ -62,7 +62,6 @@ function Receipt({ numAcount }: ReceiptsProps) {
setFolio("");
setAmount("");
setDate("");
toast.success("Recibo guardado");
Swal.fire({
+5 -23
View File
@@ -649,7 +649,6 @@
"version": "2.5.6",
"resolved": "https://registry.npmjs.org/@parcel/watcher/-/watcher-2.5.6.tgz",
"integrity": "sha512-tmmZ3lQxAe/k/+rNnXQRawJ4NjxO2hqiOLTHvWchtGZULp4RyFeh6aU4XdOYBFe2KE1oShQTv4AblOs2iOrNnQ==",
"dev": true,
"hasInstallScript": true,
"license": "MIT",
"optional": true,
@@ -689,7 +688,6 @@
"cpu": [
"arm64"
],
"dev": true,
"license": "MIT",
"optional": true,
"os": [
@@ -710,7 +708,6 @@
"cpu": [
"arm64"
],
"dev": true,
"license": "MIT",
"optional": true,
"os": [
@@ -731,7 +728,6 @@
"cpu": [
"x64"
],
"dev": true,
"license": "MIT",
"optional": true,
"os": [
@@ -752,7 +748,6 @@
"cpu": [
"x64"
],
"dev": true,
"license": "MIT",
"optional": true,
"os": [
@@ -773,7 +768,6 @@
"cpu": [
"arm"
],
"dev": true,
"license": "MIT",
"optional": true,
"os": [
@@ -794,7 +788,6 @@
"cpu": [
"arm"
],
"dev": true,
"license": "MIT",
"optional": true,
"os": [
@@ -815,7 +808,6 @@
"cpu": [
"arm64"
],
"dev": true,
"license": "MIT",
"optional": true,
"os": [
@@ -836,7 +828,6 @@
"cpu": [
"arm64"
],
"dev": true,
"license": "MIT",
"optional": true,
"os": [
@@ -857,7 +848,6 @@
"cpu": [
"x64"
],
"dev": true,
"license": "MIT",
"optional": true,
"os": [
@@ -878,7 +868,6 @@
"cpu": [
"x64"
],
"dev": true,
"license": "MIT",
"optional": true,
"os": [
@@ -899,7 +888,6 @@
"cpu": [
"arm64"
],
"dev": true,
"license": "MIT",
"optional": true,
"os": [
@@ -920,7 +908,6 @@
"cpu": [
"ia32"
],
"dev": true,
"license": "MIT",
"optional": true,
"os": [
@@ -941,7 +928,6 @@
"cpu": [
"x64"
],
"dev": true,
"license": "MIT",
"optional": true,
"os": [
@@ -1008,13 +994,13 @@
"license": "MIT"
},
"node_modules/axios": {
"version": "1.13.2",
"resolved": "https://registry.npmjs.org/axios/-/axios-1.13.2.tgz",
"integrity": "sha512-VPk9ebNqPcy5lRGuSlKx752IlDatOjT9paPlm8A7yOuW2Fbvp4X3JznJtT4f0GzGLLiWE9W8onz51SqLYwzGaA==",
"version": "1.13.5",
"resolved": "https://registry.npmjs.org/axios/-/axios-1.13.5.tgz",
"integrity": "sha512-cz4ur7Vb0xS4/KUN0tPWe44eqxrIu31me+fbang3ijiNscE129POzipJJA6zniq2C/Z6sJCjMimjS8Lc/GAs8Q==",
"license": "MIT",
"dependencies": {
"follow-redirects": "^1.15.6",
"form-data": "^4.0.4",
"follow-redirects": "^1.15.11",
"form-data": "^4.0.5",
"proxy-from-env": "^1.1.0"
}
},
@@ -1357,7 +1343,6 @@
"version": "2.1.1",
"resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
"integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
"dev": true,
"license": "MIT",
"optional": true,
"engines": {
@@ -1368,7 +1353,6 @@
"version": "4.0.3",
"resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
"integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
"dev": true,
"license": "MIT",
"optional": true,
"dependencies": {
@@ -1492,7 +1476,6 @@
"version": "7.1.1",
"resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-7.1.1.tgz",
"integrity": "sha512-5m3bsyrjFWE1xf7nz7YXdN4udnVtXK6/Yfgn5qnahL6bCkf2yKt4k3nuTKAtT4r3IG8JNR2ncsIMdZuAzJjHQQ==",
"dev": true,
"license": "MIT",
"optional": true
},
@@ -1506,7 +1489,6 @@
"version": "4.0.3",
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz",
"integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==",
"dev": true,
"license": "MIT",
"optional": true,
"engines": {