Remove old reference to deleted code
This commit is contained in:
parent
6ac6db706d
commit
b6dbe54236
|
@ -52,7 +52,6 @@ export function createViewsV2Store() {
|
||||||
if (!viewId) {
|
if (!viewId) {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
view = convertToUISearchFilter(view)
|
|
||||||
const existingView = get(derivedStore).list.find(view => view.id === viewId)
|
const existingView = get(derivedStore).list.find(view => view.id === viewId)
|
||||||
const tableIndex = get(tables).list.findIndex(table => {
|
const tableIndex = get(tables).list.findIndex(table => {
|
||||||
return table._id === view?.tableId || table._id === existingView?.tableId
|
return table._id === view?.tableId || table._id === existingView?.tableId
|
||||||
|
|
Loading…
Reference in New Issue