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({
search: '',
location_id: selectedLocation == '' ? '0' : selectedLocation,
limit: 'limit',
limit: '500',
}).toString()}`;
const {
data: kandang,