Merge remote-tracking branch 'origin/v2' into v2-ui

This commit is contained in:
2025-04-30 16:53:54 +05:30
49 changed files with 3127 additions and 2003 deletions

View File

@@ -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,
}));