refactor: UniversalFormModalComponent 자체 저장 기능 제거

saveSingleRow, saveWithCustomApi, handleSave, handleReset 함수 삭제
saving 상태 및 저장/초기화 버튼 UI 삭제
설정 패널에서 저장 버튼 관련 설정 UI 삭제
ModalConfig 타입에서 버튼 관련 속성 삭제
저장 처리는 button-primary (action: save)로 위임
약 468줄 코드 삭제
This commit is contained in:
SeongHyun Kim
2026-01-08 10:04:05 +09:00
parent 384106dd95
commit 17498b1b2b
4 changed files with 4 additions and 468 deletions

View File

@@ -23,11 +23,6 @@ export const defaultConfig: UniversalFormModalConfig = {
size: "lg",
closeOnOutsideClick: false,
showCloseButton: true,
showSaveButton: true,
saveButtonText: "저장",
cancelButtonText: "취소",
showResetButton: false,
resetButtonText: "초기화",
},
sections: [
{