bug/Chat multiline fix

This commit is contained in:
Vikram Segta 2023-06-15 01:16:51 +05:30
parent fc3ba7ed1e
commit b16b8c6265
1 changed files with 1 additions and 0 deletions

View File

@ -366,6 +366,7 @@ export const ChatMessage = ({ open, chatflowid, isDialog }) => {
value={userInput}
onChange={onChange}
multiline={true}
maxRows={2}
endAdornment={
<InputAdornment position='end' sx={{ padding: '15px' }}>
<IconButton type='submit' disabled={loading || !chatflowid} edge='end'>