Skip to content

Commit

Permalink
don't expect egrid features or limits for preview
Browse files Browse the repository at this point in the history
  • Loading branch information
sheggi committed Sep 20, 2022
1 parent 480f4e6 commit 2232b61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/map/PointerPreview.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<div v-if="previewEGRID && previewEGRID.length === 0">
{{ $t('no_property_found') }}
</div>
<div v-else-if="previewEGRID && $store.state.map.previewFeatures">
<div v-else-if="previewEGRID">
<MapLayerWfsFeature
v-if="previewFeatures"
id="preview_plot"
Expand Down

0 comments on commit 2232b61

Please sign in to comment.