fix(FE): fix limit fetch data kandang

This commit is contained in:
randy-ar
2026-01-17 09:48:37 +07:00
parent f371d06386
commit c55081f358
@@ -149,7 +149,7 @@ const ProjectFlockForm = ({
const kandangUrl = `${KandangApi.basePath}?${new URLSearchParams({ const kandangUrl = `${KandangApi.basePath}?${new URLSearchParams({
search: '', search: '',
location_id: selectedLocation == '' ? '0' : selectedLocation, location_id: selectedLocation == '' ? '0' : selectedLocation,
limit: 'limit', limit: '500',
}).toString()}`; }).toString()}`;
const { const {
data: kandang, data: kandang,