Fix lint on master
This commit is contained in:
parent
5cd9eb131f
commit
0a5278bbd7
|
@ -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