From 65d43e935c20d4d8bc213595de3a21c63edc8d12 Mon Sep 17 00:00:00 2001 From: euxzy Date: Mon, 18 Aug 2025 23:24:41 +0700 Subject: [PATCH] feat(backoffice): slicing backoffice dimentorin - modal detail session --- apps/backoffice/src/app/(protected)/session-dimentorin/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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({