diff --git a/core/core-frontend/src/views/chart/components/editor/editor-senior/components/MapMapping.vue b/core/core-frontend/src/views/chart/components/editor/editor-senior/components/MapMapping.vue index cf01122c95..00d2bb1e38 100644 --- a/core/core-frontend/src/views/chart/components/editor/editor-senior/components/MapMapping.vue +++ b/core/core-frontend/src/views/chart/components/editor/editor-senior/components/MapMapping.vue @@ -2,7 +2,6 @@ import { computed, nextTick, onMounted, PropType, reactive, ref, watch } from 'vue' import { getGeoJsonFile, parseJson } from '../../../js/util' import { forEach, debounce } from 'lodash-es' -import { EmptyBackground } from '@/components/empty-background' const props = defineProps({ chart: { @@ -159,7 +158,7 @@ onMounted(() => { - +