Skip to content

Commit

Permalink
fix inport metadata scope
Browse files Browse the repository at this point in the history
was set to Outport
  • Loading branch information
x37v committed Jun 25, 2024
1 parent 18f7c80 commit df65cab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/messages/inport.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const MessageInportEntry: FunctionComponent<MessageInportEntryProps> = memo(func
onSaveMeta={ onSaveMeta }
meta={ port.meta }
name={ port.name }
scope={ MetadataScope.Outport }
scope={ MetadataScope.Inport }
/>
) : null
}
Expand Down

0 comments on commit df65cab

Please sign in to comment.