We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3c32646 + a3c2656 commit 775a9ebCopy full SHA for 775a9eb
src/frontend/src/modules/Client/Client.vue
@@ -34,7 +34,7 @@
34
<div class="client-detail-card">
35
<widget :title="$tc('words.devices')" id="client-map">
36
<client-map
37
- :mappingService="mappingService.js"
+ :mappingService="mappingService"
38
ref="clientMapRef"
39
:edit="true"
40
@locationEdited="deviceLocationsEditedSet"
src/frontend/src/modules/SolarHomeSystem/Location.vue
@@ -5,7 +5,7 @@
5
:subscriber="'shs-location'"
6
>
7
8
9
ref="mapRef"
10
:edit="false"
11
:zoom="12"
0 commit comments