Merge remote-tracking branch 'origin/v2' into v2-ui
This commit is contained in:
@@ -86,8 +86,8 @@ const DropDownList: React.FC<DropDownListProps> = ({
|
||||
return isPointInsidePolygon([x, z], polygon2D as [number, number][]);
|
||||
})
|
||||
.map((item: any) => ({
|
||||
id: item.modeluuid,
|
||||
name: item.modelname,
|
||||
id: item.modelUuid,
|
||||
name: item.modelName,
|
||||
position: item.position,
|
||||
rotation: item.rotation,
|
||||
}));
|
||||
|
||||
Reference in New Issue
Block a user