Remove old reference to deleted code

This commit is contained in:
Andrew Kingston 2024-10-23 16:12:21 +01:00
parent 6ac6db706d
commit b6dbe54236
No known key found for this signature in database
1 changed files with 0 additions and 1 deletions

View File

@ -52,7 +52,6 @@ export function createViewsV2Store() {
if (!viewId) {
return
}
view = convertToUISearchFilter(view)
const existingView = get(derivedStore).list.find(view => view.id === viewId)
const tableIndex = get(tables).list.findIndex(table => {
return table._id === view?.tableId || table._id === existingView?.tableId