merge carlos and fixed table

This commit is contained in:
2026-03-20 13:43:38 -05:00
parent 811f5e7c0e
commit 2dfeea0cb4
6 changed files with 1037 additions and 254 deletions
+1
View File
@@ -14,6 +14,7 @@ export default function DownloadTable({ filtros,count }: Props) {
const [loading, setLoading] = useState(false);
const handleDownload = async () => {
if(!filtros.length){return}
setLoading(true);
const token = Cookies.get("token");