From 4413faa159cf9aa626b303767d35f386dfd5c34e Mon Sep 17 00:00:00 2001 From: Al Garcia Date: Wed, 5 Oct 2022 10:25:12 -0500 Subject: [PATCH] Version estable el 5 Octubre 2022 --- src/App.tsx | 5 +- src/Components/Login/Login.tsx | 2 +- src/Components/Navbar/Navbar.tsx | 37 +- src/Components/Operaciones/OpMonitor.tsx | 8 + src/Components/Operaciones/Viaje/Viaje.tsx | 523 +++++++++--------- .../Operaciones/Viaje/ViajeEstatus.tsx | 25 +- src/DTOs/Operaciones/DTOViajes.ts | 1 + src/Services/Auth/config/http-common.ts | 2 +- src/css/autoComplete.css | 30 + .../features/Catalogos/CatAduanasSlice.ts | 2 +- 10 files changed, 331 insertions(+), 304 deletions(-) create mode 100644 src/css/autoComplete.css diff --git a/src/App.tsx b/src/App.tsx index 20cd483..f6ff178 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -37,8 +37,9 @@ function App() { - }> - }> + {/* }> + }> */} + }> }> }> } /> diff --git a/src/Components/Login/Login.tsx b/src/Components/Login/Login.tsx index a6746b3..58779bb 100644 --- a/src/Components/Login/Login.tsx +++ b/src/Components/Login/Login.tsx @@ -100,7 +100,7 @@ export const Login: FC = (props) => { }, [token]) return ( -
+