Browse Source

MapView: 'Mapped by' column values should always be delivered - WIP

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

2
packages/nc-gui/components/smartsheet/toolbar/MappedBy.vue

@ -77,7 +77,7 @@ const geoDataMappingFieldColumnId = computed({
await loadMapData()
;(activeView.value?.view as MapType).fk_geo_data_col_id = val
await loadViewColumns()
// eventBus.emit(SmartsheetStoreEvents.MAPPED_BY_COLUMN_CHANGE)
eventBus.emit(SmartsheetStoreEvents.MAPPED_BY_COLUMN_CHANGE)
}
},
})

Loading…
Cancel
Save