fixed select in active and the lock now can register ticket 1 month later

This commit is contained in:
2026-03-02 15:01:53 -06:00
parent 1a632f15b9
commit 34677f2d82
5 changed files with 81 additions and 8 deletions
@@ -38,6 +38,7 @@ export default function MesasDisponibles() {
await axios.patch(
`${envConfig.apiUrl}/mesa/${id_mesa}/activo`,
{},
{ headers },
);