MED-102: improve tto orders view

MED-102
This commit is contained in:
danelkungla
2025-09-26 16:39:29 +03:00
committed by GitHub
14 changed files with 111 additions and 78 deletions

View File

@@ -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;