From 57f1a8ba182c34ba597e587e643a4bcf2534f74a Mon Sep 17 00:00:00 2001 From: "cyril.tsui" Date: Fri, 3 Oct 2025 14:48:22 +0800 Subject: [PATCH] quick update --- src/components/JoSave/ActionButtons.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/JoSave/ActionButtons.tsx b/src/components/JoSave/ActionButtons.tsx index 12e0892..5ee9d88 100644 --- a/src/components/JoSave/ActionButtons.tsx +++ b/src/components/JoSave/ActionButtons.tsx @@ -79,13 +79,13 @@ const ActionButtons: React.FC = ({ variant="outlined" startIcon={} onClick={handleStart} - disabled={errors.qtyErr || errors.scanErr || errors.pickErr} + // disabled={errors.qtyErr || errors.scanErr || errors.pickErr} > {t("Start Job Order")} - {errors.pickErr && ({t("Please make sure all required items are picked")})} + {/* {errors.pickErr && ({t("Please make sure all required items are picked")})} {errors.scanErr && ({t("Please scan the item qr code")})} - {errors.qtyErr && ({t("Please make sure the qty is enough")})} + {errors.qtyErr && ({t("Please make sure the qty is enough")})} */} )}