Added ID on tooltip
This commit is contained in:
parent
5188dacfed
commit
88fb95014f
1 changed files with 1 additions and 1 deletions
|
|
@ -333,7 +333,7 @@ export default function GenericNode({
|
|||
</div>
|
||||
) : (
|
||||
<div className="group flex items-center gap-2.5">
|
||||
<ShadTooltip content={data.node?.display_name}>
|
||||
<ShadTooltip content={data.id}>
|
||||
<div
|
||||
onDoubleClick={(event) => {
|
||||
if (nameEditable) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue