Remove unused ScrollArea type in ChatPanel.tsx
- Removed the unused type "never" for ScrollArea in ChatPanel.tsx.
This commit is contained in:
parent
8da3083e9e
commit
addc1bcd33
@ -109,7 +109,6 @@ const chatPanel = () => {
|
||||
minWidth: 240
|
||||
}}>
|
||||
<ScrollArea
|
||||
type="never"
|
||||
sx={{
|
||||
height: generating ? height - px('8rem') : height - px('5rem'),
|
||||
width: chatContainerRect.width,
|
||||
|
Loading…
x
Reference in New Issue
Block a user