1
0
Fork 0
mirror of synced 2024-07-13 10:15:49 +12:00
This commit is contained in:
Andrew Kingston 2024-06-11 16:53:17 +01:00
parent 5f8a70d0dd
commit 783d21159a

View file

@ -55,7 +55,9 @@
label: m.name, label: m.name,
tableId: m._id, tableId: m._id,
type: "table", type: "table",
datasource: $datasources.list.find(ds => ds._id === m.sourceId || m.datasourceId), datasource: $datasources.list.find(
ds => ds._id === m.sourceId || m.datasourceId
),
})) }))
$: viewsV1 = $viewsStore.list.map(view => ({ $: viewsV1 = $viewsStore.list.map(view => ({
...view, ...view,