mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-20 05:22:02 +00:00
refactor(FE): Remove handleBlurField call on week change
This commit is contained in:
@@ -522,7 +522,6 @@ const DeliveryOrderProductForm = ({
|
||||
}
|
||||
onChange={(val) => {
|
||||
formik.setFieldValue('week', val);
|
||||
handleBlurField('week');
|
||||
}}
|
||||
placeholder='Pilih Week'
|
||||
/>
|
||||
|
||||
@@ -478,7 +478,6 @@ const SalesOrderProductForm = ({
|
||||
}
|
||||
onChange={(val) => {
|
||||
formik.setFieldValue('week', val);
|
||||
handleBlurField('week');
|
||||
}}
|
||||
placeholder='Pilih Week'
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user