콘솔 주석처리, 화면관리쪽 컬럼수, 페이지네이션 수정

This commit is contained in:
leeheejin
2025-09-25 16:22:02 +09:00
parent cd84d9033c
commit 28485d6e5c
12 changed files with 179 additions and 122 deletions

View File

@@ -71,10 +71,7 @@ export const usePanelState = (panels: PanelConfig[]) => {
// 패널 열기
const openPanel = useCallback((panelId: string) => {
console.log("📂 패널 열기:", {
panelId,
timestamp: new Date().toISOString(),
});
// console.log("📂 패널 열기:", panelId);
setPanelStates((prev) => ({
...prev,
[panelId]: {