mirror of
https://github.com/strapi/strapi.git
synced 2025-11-03 11:25:17 +00:00
test(admin): fix broken test with Body.CheckboxDataCell
This commit is contained in:
parent
2ae466660e
commit
f8586324c5
@ -156,7 +156,9 @@ const SelectedEntriesTableContent = ({
|
||||
<Table.Body>
|
||||
{rowsToDisplay.map((row, index) => (
|
||||
<Tr key={row.id}>
|
||||
<Body.CheckboxDataCell rowId={row.id} index={index} />
|
||||
<Td>
|
||||
<Body.CheckboxDataCell rowId={row.id} index={index} />
|
||||
</Td>
|
||||
<Td>
|
||||
<Typography>{row.id}</Typography>
|
||||
</Td>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user