행 이동 화면 할당한 상황에서도 가능하게, 코드병합 버튼액션에 추가

This commit is contained in:
leeheejin
2025-11-04 18:31:26 +09:00
parent 66b735e864
commit 82ff18e388
19 changed files with 5655 additions and 245 deletions

View File

@@ -142,7 +142,7 @@ export function useEntityJoinOptimization(columnMeta: Record<string, ColumnMetaI
const preloadCommonCodesOnMount = useCallback(async (): Promise<void> => {
if (!preloadCommonCodes) return;
console.log("🚀 공통 코드 프리로딩 시작");
// console.log("🚀 공통 코드 프리로딩 시작");
// 현재 테이블의 코드 카테고리와 공통 카테고리 합치기
const allCategories = [...new Set([...codeCategories, ...commonCodeCategories])];