diff --git a/apps/backoffice/src/app/(protected)/session-dimentorin/page.tsx b/apps/backoffice/src/app/(protected)/session-dimentorin/page.tsx index 200684e..98d77b8 100644 --- a/apps/backoffice/src/app/(protected)/session-dimentorin/page.tsx +++ b/apps/backoffice/src/app/(protected)/session-dimentorin/page.tsx @@ -25,7 +25,7 @@ const mockData: SessionType[] = Array.from({ length: 90 }, (_, i) => ({ })) export default function Components(): ReactElement { - const [openDetail, setOpenDetail] = useState(true); + const [openDetail, setOpenDetail] = useState(false); const [rowSelection, setRowSelection] = useState({}) const [pagination, setPagination] = useState({