From b4f401160310f30776dc899bee456a0f3c47b09c Mon Sep 17 00:00:00 2001 From: syc0123 Date: Mon, 9 Mar 2026 10:41:55 +0900 Subject: [PATCH] refactor: Update ButtonConfigPanel to conditionally display table history option MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Removed the temporary exposure of the "테이블 이력 보기" (View Table History) option in the ButtonConfigPanel for better compatibility with the existing system. - The option is now commented out to maintain UI consistency while ensuring it remains available for future use if needed. --- frontend/components/screen/config-panels/ButtonConfigPanel.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/frontend/components/screen/config-panels/ButtonConfigPanel.tsx b/frontend/components/screen/config-panels/ButtonConfigPanel.tsx index df635276..17427d94 100644 --- a/frontend/components/screen/config-panels/ButtonConfigPanel.tsx +++ b/frontend/components/screen/config-panels/ButtonConfigPanel.tsx @@ -984,9 +984,8 @@ export const ButtonConfigPanel: React.FC = ({ 복사 (품목코드 초기화) {/* 🔒 숨김 처리 - 기존 시스템 호환성 유지, UI에서만 숨김 */} - {/* 테스트용 임시 노출 */} - 테이블 이력 보기 {/* + 테이블 이력 보기 연관 데이터 버튼 모달 열기 (deprecated) 데이터 전달 + 모달 열기 코드 병합