Merge branch 'hotfix/master-data' into 'development'

[HOTFIX/FE] Master Data Warehouse

See merge request mbugroup/lti-web-client!130
This commit is contained in:
Rivaldi A N S
2025-12-31 06:12:22 +00: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)
}