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:
syc0123 2026-03-09 10:41:55 +09:00
parent 7853aeede9
commit b4f4011603
1 changed files with 1 additions and 2 deletions

View File

@ -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>