연결 설명 필드 추가 및 외부 호출 설정 개선

This commit is contained in:
hyeonsu
2025-09-16 18:15:54 +09:00
parent 77edd1f986
commit e572374116
7 changed files with 75 additions and 5 deletions

View File

@@ -186,7 +186,7 @@ export const ConnectionSetupModal: React.FC<ConnectionSetupModalProps> = ({
} else {
// 기본값 설정
setSimpleKeySettings({
notes: `${fromDisplayName}${toDisplayName} 간의 키값 연결`,
notes: existingRel?.note || `${fromDisplayName}${toDisplayName} 간의 키값 연결`,
});
setDataSaveSettings({ actions: [] });
}