more
This commit is contained in:
@@ -164,7 +164,11 @@ const CaseTypePage = ({ caseData }) => {
|
||||
</Row>
|
||||
<Row>
|
||||
<Col className="mb-3">
|
||||
<div className="edit-modal-label">Lead attorney</div>
|
||||
{isEditing ? (
|
||||
<div className="edit-modal-label">Lead Attorney</div>
|
||||
) : (
|
||||
<></>
|
||||
)}
|
||||
<TextInput
|
||||
key={"leadAttorneys"}
|
||||
name={"leadAttorneys"}
|
||||
|
||||
Reference in New Issue
Block a user