Skip to content

Commit

Permalink
Merge pull request #447 from hotosm/fix/seet-rotation-angle
Browse files Browse the repository at this point in the history
fix: set default rotation angle to 0
  • Loading branch information
suzit-10 authored Jan 23, 2025
2 parents 1b8f52a + 1406693 commit d32bedf
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ const DescriptionBox = () => {
projectId as string,
taskId as string,
waypointMode as string,
0,
{
select: (data: any) => {
return data.data.results.features;
Expand Down

0 comments on commit d32bedf

Please sign in to comment.