Fixed display name of IOView
This commit is contained in:
parent
e9cb84a933
commit
f381d0f065
1 changed files with 4 additions and 1 deletions
|
|
@ -315,7 +315,10 @@ export default function IOModal({
|
|||
className="h-6 w-6"
|
||||
></IconComponent>
|
||||
</button>
|
||||
{selectedViewField.type}
|
||||
{
|
||||
nodes.find((node) => node.id === selectedViewField.id)
|
||||
?.data.node.display_name
|
||||
}
|
||||
</div>
|
||||
<div className="h-full w-full">
|
||||
{inputs.some(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue