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,
|
||||
tableId: m._id,
|
||||
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 => ({
|
||||
...view,
|
||||
|
|
Loading…
Reference in New Issue