fixing flow to make sure that failures don't clear form
This commit is contained in:
@@ -35,7 +35,9 @@ export default function Terminal() {
|
||||
>
|
||||
<Navbar />
|
||||
|
||||
<ConversationList />
|
||||
<Box sx={{ p: 2 }}>
|
||||
<ConversationList />
|
||||
</Box>
|
||||
</Grid>
|
||||
|
||||
<Grid item xs={8} sx={{ bgcolor: 'white' }}>
|
||||
|
||||
Reference in New Issue
Block a user