feat: check userEmail value to prevent label and text overlap
This commit is contained in:
@@ -123,7 +123,7 @@ export const RobotSettingsModal = ({ isOpen, handleStart, handleClose, initialSe
|
|||||||
<TextField
|
<TextField
|
||||||
label="Created By User"
|
label="Created By User"
|
||||||
key="Created By User"
|
key="Created By User"
|
||||||
value={userEmail}
|
value={userEmail ? userEmail : ''}
|
||||||
InputProps={{
|
InputProps={{
|
||||||
readOnly: true,
|
readOnly: true,
|
||||||
}}
|
}}
|
||||||
|
|||||||
Reference in New Issue
Block a user