chore: migrate to Mantine 9 and React 19 (#2293)

This commit is contained in:
Philip Okugbe
2026-06-20 14:28:31 +01:00
committed by GitHub
parent d68e241f45
commit 4f2fbf22d4
14 changed files with 951 additions and 964 deletions
@@ -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"