Skip to content

Commit

Permalink
fix: reload URL when mapViewData uploaded
Browse files Browse the repository at this point in the history
  • Loading branch information
blackbirdem committed Jun 18, 2024
1 parent 13c3043 commit 2ffcbbb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ export default {
context.mapViewData = mapViewData
context.jobs = mapViewData.jobs
context.vehicles = mapViewData.vehicles
context.updateAppRoute()
}
})

Expand Down

0 comments on commit 2ffcbbb

Please sign in to comment.