Skip to content

Commit 76669d1

Browse files
nikgrafCopilot
andauthored
Update packages/hypergraph/src/utils/convert-property-value.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 8ddc3d7 commit 76669d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/hypergraph/src/utils/convert-property-value.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export const convertPropertyValue = (
2727
return property.point;
2828
}
2929
if (property.string != null) {
30-
return property.point;
30+
return property.string;
3131
}
3232
return undefined;
3333
}

0 commit comments

Comments
 (0)