Browse Source

Merge branch 'follow-up-geodata' into map-marker-popups-for-shared-views

pull/5248/head
Daniel Spaude 2 years ago
parent
commit
b7697ee755
No known key found for this signature in database
GPG Key ID: 654A3D1FA4F35FFE
  1. 1
      packages/nc-gui/components/smartsheet/Map.vue

1
packages/nc-gui/components/smartsheet/Map.vue

@ -5,6 +5,7 @@ import 'leaflet.markercluster'
import { ViewTypes } from 'nocodb-sdk'
import { IsPublicInj, OpenNewRecordFormHookInj, latLongToJoinedString, onMounted, provide, ref } from '#imports'
import type { Row, Row as RowType } from '~/lib'
const route = useRoute()
const popupIsOpen = ref(false)

Loading…
Cancel
Save