Merge branch 'master' into dependabot/npm_and_yarn/braces-3.0.3
This commit is contained in:
commit
dad6306bf7
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue