Remove max hight for table container

This commit is contained in:
IshaVenikar 2024-10-23 13:22:41 +05:30
parent ab36b88c2f
commit b52a26bb80

View File

@ -111,9 +111,7 @@ const RegistryRecords = ({ type }) => {
<Paper style={{ <Paper style={{
width: '100%', width: '100%',
}}> }}>
<TableContainer style={{ <TableContainer>
maxHeight: 800,
}}>
<Table> <Table>
<TableHead> <TableHead>
<TableRow> <TableRow>