연결 설명 필드 추가 및 외부 호출 설정 개선
This commit is contained in:
@@ -102,6 +102,7 @@ export const RelationshipListModal: React.FC<RelationshipListModalProps> = ({
|
||||
existingRelationship: {
|
||||
relationshipName: relationship.relationshipName,
|
||||
connectionType: relationship.connectionType,
|
||||
note: relationship.note, // 🔥 연결 설명 포함
|
||||
settings: relationshipSettings,
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user