chore: fix typo in placeholder

This commit is contained in:
ValdiANS
2026-01-15 11:45:51 +07:00
parent 57a148b6cf
commit 3952704643
3 changed files with 3 additions and 3 deletions
@@ -330,7 +330,7 @@ const WarehouseForm = ({ type = 'add', initialValues }: WarehouseFormProps) => {
required
label='Nama'
name='name'
placeholder='Masukkan nama lokasi'
placeholder='Masukkan nama warehouse'
value={formik.values.name}
onChange={formik.handleChange}
onBlur={formik.handleBlur}