This commit is contained in:
2025-11-11 17:06:25 -03:00
parent c00a42ea39
commit 39aedac972
30 changed files with 802 additions and 220 deletions

View File

@@ -119,9 +119,6 @@ export default function Route({ loaderData: { data } }) {
{selectedRows.length ? (
<>
<div className="flex gap-2.5 items-center">
<Button variant="outline">
<TagIcon /> Marcador
</Button>
<DropdownMenuExport
headers={headers}
selectedRows={selectedRows}