repair: fix maxLength
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user