repair: fix maxLength

This commit is contained in:
2025-10-23 11:24:55 +07:00
parent 5baaf14bd9
commit 15d836c627

View File

@@ -212,7 +212,7 @@ const DetailUnit = (props) => {
placeholder="Enter Description (Optional)" placeholder="Enter Description (Optional)"
readOnly={props.readOnly} readOnly={props.readOnly}
rows={4} rows={4}
maxLength={100} maxLength={255}
/> />
</div> </div>
</div> </div>