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.
1 parent 47c9fdd commit b910e8bCopy full SHA for b910e8b
packages/web-forms/src/components/common/map/AsyncMap.vue
@@ -74,7 +74,9 @@ onMounted(loadMap);
74
<div class="async-map-container">
75
<div v-if="currentState === STATES.ERROR" class="map-error">
76
<!-- TODO: translations -->
77
- <p class="map-error-message">Unable to load map</p>
+ <p class="map-error-message">
78
+ Unable to load map
79
+ </p>
80
</div>
81
82
<ProgressSpinner v-else-if="currentState === STATES.LOADING" class="map-spinner" />
0 commit comments