fix(f6.1): search preventive inventory by physical area

This commit is contained in:
2026-09-09 17:26:05 -03:00
parent 3903ae22e6
commit 264ab70214
@@ -175,7 +175,6 @@ export function InspectionVisitEditorF4Page() {
pageSize: 100,
search: assetSearch.trim(),
operationalAreaId: form.operationalAreaId,
operatorCompanyId: form.operatorCompanyId,
}).then((response) => setAssets(response.data)).catch(() => undefined);
}, 220);
return () => window.clearTimeout(timer);