Merge branch 'development' of https://gitlab.com/mbugroup/lti-web-client into hotfix-finance-and-production

This commit is contained in:
randy-ar
2025-12-31 13:29:09 +07:00
@@ -421,8 +421,8 @@ const WarehouseForm = ({ type = 'add', initialValues }: WarehouseFormProps) => {
value={formik.values.kandang ?? undefined} value={formik.values.kandang ?? undefined}
onChange={kandangChangeHandler} onChange={kandangChangeHandler}
options={kandangOptions} options={kandangOptions}
onInputChange={setLocationSelectInputValue} onInputChange={setKandangSelectInputValue}
isLoading={isLoadingLocations} isLoading={isLoadingKandangs}
isError={ isError={
formik.touched.kandangId && Boolean(formik.errors.kandangId) formik.touched.kandangId && Boolean(formik.errors.kandangId)
} }