feat: edit input texts

This commit is contained in:
amhsirak
2025-01-25 16:21:27 +05:30
parent 8e5181ec46
commit e4047b1f65

View File

@@ -423,6 +423,9 @@ export const RobotEditModal = ({ isOpen, handleStart, handleClose, initialSettin
{(robot.isLogin || Object.keys(credentials).length > 0) && (
<>
<Typography variant="body1" style={{ marginBottom: '20px' }}>
{t('Input Texts')}
</Typography>
{renderAllCredentialFields()}
</>
)}