mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-02 13:06:39 +00:00
egg easter for geodata column works
This commit is contained in:
@@ -4,7 +4,7 @@ import type { ColumnType, MapType, TableType, ViewType } from 'nocodb-sdk'
|
||||
import { ref, useInjectionState, useMetas } from '#imports'
|
||||
import type { Row } from '~/lib'
|
||||
|
||||
export const geodataToggleState = reactive({ show: true })
|
||||
export const geodataToggleState = reactive({ show: false })
|
||||
|
||||
const formatData = (list: Row[]) =>
|
||||
list.map((row) => ({
|
||||
|
||||
Reference in New Issue
Block a user