Fixed text output not showing display name
This commit is contained in:
parent
c44c574c99
commit
46e5b8b7e3
1 changed files with 1 additions and 1 deletions
|
|
@ -220,7 +220,7 @@ export default function IOView({ children, open, setOpen }): JSX.Element {
|
|||
>
|
||||
<div>
|
||||
<Badge variant="gray" size="md">
|
||||
{output.displayName}
|
||||
{node.data.node.display_name}
|
||||
</Badge>
|
||||
</div>
|
||||
</ShadTooltip>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue