연결 설명 필드 추가 및 외부 호출 설정 개선
This commit is contained in:
@@ -186,7 +186,7 @@ export const ConnectionSetupModal: React.FC<ConnectionSetupModalProps> = ({
|
||||
} else {
|
||||
// 기본값 설정
|
||||
setSimpleKeySettings({
|
||||
notes: `${fromDisplayName}과 ${toDisplayName} 간의 키값 연결`,
|
||||
notes: existingRel?.note || `${fromDisplayName}과 ${toDisplayName} 간의 키값 연결`,
|
||||
});
|
||||
setDataSaveSettings({ actions: [] });
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user