+
+ {/* Filtros expandibles para errores */}
+ {showErrorFilters && (
+
+
+
+ setErrorFilters(prev => ({ ...prev, name: e.target.value }))}
+ placeholder="Nombre del archivo..."
+ className="w-full px-3 py-2 placeholder-gray-400 border border-gray-300 rounded-md shadow-sm focus:outline-none focus:ring-red-500 focus:border-red-500 sm:text-sm"
+ />
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {/*
+
+ setErrorFilters(prev => ({ ...prev, date: e.target.value }))}
+ className="w-full px-3 py-2 border border-gray-300 rounded-md shadow-sm focus:outline-none focus:ring-red-500 focus:border-red-500 sm:text-sm"
+ />
+
*/}
+
+
+
+
+