Skip to content

Commit

Permalink
fix parent
Browse files Browse the repository at this point in the history
  • Loading branch information
pa-lem committed Jul 15, 2024
1 parent 03b9cc6 commit 5b55129
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ const RelationshipField = ({
<RelationshipInput
{...field}
{...props}
value={undefined}
peer={parentRelationship?.peer}
disabled={props.disabled || !parentRelationship || !selectedKind?.id}
onChange={setSelectedParent}
Expand Down

0 comments on commit 5b55129

Please sign in to comment.