Compare commits
2 Commits
c79a5fc361
...
0fa282c4db
| Author | SHA1 | Date | |
|---|---|---|---|
| 0fa282c4db | |||
| cabf0e4ce1 |
@@ -291,7 +291,7 @@ const DetailContact = memo(function DetailContact(props) {
|
|||||||
onChange={handleInputChange}
|
onChange={handleInputChange}
|
||||||
placeholder="Enter Email Number"
|
placeholder="Enter Email Number"
|
||||||
readOnly={props.readOnly}
|
readOnly={props.readOnly}
|
||||||
maxLength={15}
|
maxLength={64}
|
||||||
style={{ color: formData.is_active ? '#000000' : '#ff4d4f' }}
|
style={{ color: formData.is_active ? '#000000' : '#ff4d4f' }}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user