콘솔 주석처리, 화면관리쪽 컬럼수, 페이지네이션 수정
This commit is contained in:
@@ -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]: {
|
||||
|
||||
Reference in New Issue
Block a user