mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-23 06:45:46 +00:00
feat(FE-170): remove total_weight from body_weights and update validation logic in RecordingForm
This commit is contained in:
-1
@@ -92,7 +92,6 @@ export type CreateGrowingRecordingPayload = {
|
||||
body_weights: {
|
||||
avg_weight: number;
|
||||
qty: number;
|
||||
total_weight: number;
|
||||
}[];
|
||||
stocks?: {
|
||||
product_warehouse_id: number;
|
||||
|
||||
Reference in New Issue
Block a user