bug/Chat multiline fix
This commit is contained in:
parent
fc3ba7ed1e
commit
b16b8c6265
|
|
@ -366,6 +366,7 @@ export const ChatMessage = ({ open, chatflowid, isDialog }) => {
|
||||||
value={userInput}
|
value={userInput}
|
||||||
onChange={onChange}
|
onChange={onChange}
|
||||||
multiline={true}
|
multiline={true}
|
||||||
|
maxRows={2}
|
||||||
endAdornment={
|
endAdornment={
|
||||||
<InputAdornment position='end' sx={{ padding: '15px' }}>
|
<InputAdornment position='end' sx={{ padding: '15px' }}>
|
||||||
<IconButton type='submit' disabled={loading || !chatflowid} edge='end'>
|
<IconButton type='submit' disabled={loading || !chatflowid} edge='end'>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue