se agregatron cambios a expedientes datastage y documentos

This commit is contained in:
2025-10-04 22:17:28 -06:00
parent 4b6abb0cad
commit 7f2066fa16
7 changed files with 494 additions and 345 deletions

View File

@@ -677,7 +677,7 @@ export default function Documents() {
onChange={e => handleItemsPerPageChange(Number(e.target.value))}
className="border border-gray-300 rounded px-2 py-1 text-xs focus:outline-none focus:ring-2 focus:ring-blue-500 focus:border-blue-500 bg-white"
>
{[5, 10, 20, 50, 100, 200, 400, 800, 1200, 2400, 10000].map(size => (
{[5, 10, 20, 50, 100, 500, 1000].map(size => (
<option key={size} value={size}>{size}</option>
))}
</select>