fixing flow to make sure that failures don't clear form

This commit is contained in:
talksik
2022-06-11 13:18:05 -05:00
parent 41ca22bc5d
commit f01f490819
3 changed files with 12 additions and 5 deletions
+3 -1
View File
@@ -35,7 +35,9 @@ export default function Terminal() {
>
<Navbar />
<ConversationList />
<Box sx={{ p: 2 }}>
<ConversationList />
</Box>
</Grid>
<Grid item xs={8} sx={{ bgcolor: 'white' }}>