diff --git a/src/pages/master/unit/component/DetailUnit.jsx b/src/pages/master/unit/component/DetailUnit.jsx index 8da4eaa..f962cce 100644 --- a/src/pages/master/unit/component/DetailUnit.jsx +++ b/src/pages/master/unit/component/DetailUnit.jsx @@ -212,7 +212,7 @@ const DetailUnit = (props) => { placeholder="Enter Description (Optional)" readOnly={props.readOnly} rows={4} - maxLength={100} + maxLength={255} />