Fix web typecheck errors across core feature modules

This commit is contained in:
zouantchaw
2026-02-13 10:08:41 -05:00
parent 6502a2f983
commit 85532e96ac
16 changed files with 34 additions and 212 deletions

View File

@@ -113,7 +113,7 @@ export default function EditOrder() {
requested: totalRequested,
total: eventData.total,
poReference: eventData.po_reference,
});
} as any);
}
};
@@ -146,7 +146,7 @@ export default function EditOrder() {
staffName: s.staffName || s.staff_name,
role: s.role
}))
});
} as any);
setShowReductionAlert(false);
setPendingUpdate(null);