fix: 🐛 Record non venivano caricati

This commit is contained in:
Maicol Battistini 2021-10-13 14:17:53 +02:00
parent 504d918cea
commit f5b01779ad
No known key found for this signature in database
GPG Key ID: 4FDB0F87CDB1D34A
1 changed files with 2 additions and 1 deletions

View File

@ -162,7 +162,8 @@ export default class RecordsPage extends Page {
{cells.map((cell: string, index_) => <TableCell key={index_}>{cell}</TableCell>)}
</TableRow>
);
});
})
.toArray();
}
async updateRecord(id: number) {