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}
onChange={kandangChangeHandler}
options={kandangOptions}
onInputChange={setLocationSelectInputValue}
isLoading={isLoadingLocations}
onInputChange={setKandangSelectInputValue}
isLoading={isLoadingKandangs}
isError={
formik.touched.kandangId && Boolean(formik.errors.kandangId)
}