refactor(graph): Refactoring the attribute line component to extract common logic into a separate file

This commit is contained in:
choizhang
2025-04-14 10:13:54 +08:00
parent 5b1938e5b3
commit 88947c7ece
4 changed files with 237 additions and 293 deletions

View File

@@ -202,7 +202,6 @@ const PropertyRow = ({
name={name}
value={value}
onClick={onClick}
tooltip={tooltip}
entityId={entityId}
entityType={entityType}
sourceId={sourceId}