fix(FE-51) adjust textarea component ui

This commit is contained in:
randy-ar
2025-10-13 13:09:53 +07:00
parent ce8471343c
commit 302da65c59
3 changed files with 4 additions and 6 deletions
@@ -307,7 +307,6 @@ const CustomerForm = ({
isError={formik.touched.address && Boolean(formik.errors.address)}
errorMessage={formik.errors.address}
readOnly={formType === 'detail'}
cols={8}
/>
</div>