diff --git a/src/components/pages/master-data/nonstock/form/NonstockForm.tsx b/src/components/pages/master-data/nonstock/form/NonstockForm.tsx index ccf0ecbe..3674ec09 100644 --- a/src/components/pages/master-data/nonstock/form/NonstockForm.tsx +++ b/src/components/pages/master-data/nonstock/form/NonstockForm.tsx @@ -184,7 +184,7 @@ const NonstockForm = ({ type = 'add', initialValues }: NonstockFormProps) => { }; const expeditionChangeHandler = (e: React.ChangeEvent) => { - formik.setFieldValue('isExpedition', e.target.value === 'true'); + formik.setFieldValue('flags', e.target.value === 'true'); }; useEffect(() => {