Update packages/react/src/additional-components/EdgeToolbar/EdgeToolbar.tsx
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -93,7 +93,7 @@ export function EdgeToolbar({
|
||||
className={cc(['react-flow__edge-toolbar', className])}
|
||||
{...rest}
|
||||
// @todo: check if we could only do this for non-prod envs
|
||||
data-id={`${edge.id} `}
|
||||
data-id={edge.id}
|
||||
>
|
||||
{children}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user