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
|
||||
label="Created By User"
|
||||
key="Created By User"
|
||||
value={userEmail}
|
||||
value={userEmail ? userEmail : ''}
|
||||
InputProps={{
|
||||
readOnly: true,
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user