mirror of
https://github.com/docmost/docmost.git
synced 2026-07-27 03:24:45 +10:00
chore: migrate to Mantine 9 and React 19 (#2293)
This commit is contained in:
@@ -301,7 +301,7 @@ export default function AuditLogsTable({
|
||||
{expandable && (
|
||||
<Table.Tr className={classes.detailRow}>
|
||||
<Table.Td colSpan={4} p={0}>
|
||||
<Collapse in={isExpanded}>
|
||||
<Collapse expanded={isExpanded}>
|
||||
<Box
|
||||
px="md"
|
||||
py="sm"
|
||||
|
||||
Reference in New Issue
Block a user