Skip to content

Commit 5bd79bd

Browse files
exclude unnecessary available from location search for device location association (ohcnetwork#11975)
1 parent c6ff249 commit 5bd79bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Location/LocationSearch.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export function LocationSearch({
5050
queryKey: ["locations", facilityId, mode, search],
5151
queryFn: query.debounced(locationApi.list, {
5252
pathParams: { facility_id: facilityId },
53-
queryParams: { mode, name: search, form, available: "true" },
53+
queryParams: { mode, name: search, form },
5454
}),
5555
enabled: facilityId !== "preview",
5656
});

0 commit comments

Comments
 (0)