Skip to content

Commit bcdce5f

Browse files
committed
[appearance] Fixes edges depth input
This commit fixes #188.
1 parent 3232a3a commit bcdce5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/gephi-lite/src/components/GraphAppearance/zIndex/EdgesZIndexItem.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export const EdgesZIndexItem: FC = () => {
3838
return {
3939
value: staticDynamicAttributeKey(staticDynamicField),
4040
type: "field",
41-
field: staticDynamicField,
41+
field: staticDynamicField.field,
4242
label: staticDynamicAttributeLabel(staticDynamicField),
4343
};
4444
}),

0 commit comments

Comments
 (0)