chore: add is_approved query param when fetching project flock

This commit is contained in:
ValdiANS
2026-02-04 10:05:03 +07:00
parent b48bf06f7d
commit 2918500585
@@ -99,6 +99,7 @@ const TransferToLayingFormModal = () => {
{
category: 'GROWING',
transfer_context: 'transfer_to_laying',
is_approved: 'true',
}
);
@@ -116,6 +117,7 @@ const TransferToLayingFormModal = () => {
'search',
{
category: 'LAYING',
is_approved: 'true',
}
);