MED-102: improve tto orders view
MED-102
This commit is contained in:
@@ -61,11 +61,6 @@ export const listOrders = async (
|
||||
};
|
||||
|
||||
export const createTransferRequest = async (
|
||||
state: {
|
||||
success: boolean;
|
||||
error: string | null;
|
||||
order: HttpTypes.StoreOrder | null;
|
||||
},
|
||||
formData: FormData,
|
||||
): Promise<{
|
||||
success: boolean;
|
||||
|
||||
Reference in New Issue
Block a user