refactor: Update ButtonConfigPanel to conditionally display table history option
- 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.
This commit is contained in:
parent
7853aeede9
commit
b4f4011603
|
|
@ -984,9 +984,8 @@ export const ButtonConfigPanel: React.FC<ButtonConfigPanelProps> = ({
|
|||
<SelectItem value="copy">복사 (품목코드 초기화)</SelectItem>
|
||||
|
||||
{/* 🔒 숨김 처리 - 기존 시스템 호환성 유지, UI에서만 숨김 */}
|
||||
{/* 테스트용 임시 노출 */}
|
||||
<SelectItem value="view_table_history">테이블 이력 보기</SelectItem>
|
||||
{/*
|
||||
<SelectItem value="view_table_history">테이블 이력 보기</SelectItem>
|
||||
<SelectItem value="openRelatedModal">연관 데이터 버튼 모달 열기</SelectItem>
|
||||
<SelectItem value="openModalWithData">(deprecated) 데이터 전달 + 모달 열기</SelectItem>
|
||||
<SelectItem value="code_merge">코드 병합</SelectItem>
|
||||
|
|
|
|||
Loading…
Reference in New Issue