mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-02 20:27:25 +00:00
fix: throwing errors
This commit is contained in:
@@ -20,7 +20,7 @@ const tablesRef = computedAsync<TableType[]>(async () => {
|
||||
tables = activeTables.value
|
||||
}
|
||||
if (props.filterTable) {
|
||||
return tables.filter(props.filterTable)
|
||||
tables = tables.filter(props.filterTable)
|
||||
}
|
||||
return tables
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user