fix name on EditNodeModal (#2434)
* fix name on EditNodeModal * [autofix.ci] apply automated fixes --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> Co-authored-by: Gabriel Luiz Freitas Almeida <gabriel@langflow.org> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
73e38a0c73
commit
896c66813f
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ const EditNodeModal = forwardRef(
|
|||
<></>
|
||||
</BaseModal.Trigger>
|
||||
<BaseModal.Header description={data.node?.description!}>
|
||||
<span className="pr-2">{data.type}</span>
|
||||
<span className="pr-2">{data.node?.display_name ?? data.type}</span>
|
||||
<div>
|
||||
<Badge size="sm" variant={isDark ? "gray" : "secondary"}>
|
||||
ID: {data.id}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue