mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-20 13:32:00 +00:00
chore: add is_approved query param when fetching project flock
This commit is contained in:
@@ -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',
|
||||
}
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user