Merge branch 'fix/open-api-search' of github.com:Budibase/budibase into examples/nextjs

This commit is contained in:
mike12345567 2022-03-09 11:23:38 +00:00
commit 4dc9bab2de
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ export function createTablesStore() {
...state,
list: tables,
}))
return tables
}
async function select(table) {