Merge branch 'fix/open-api-search' of github.com:Budibase/budibase into examples/nextjs
This commit is contained in:
commit
4dc9bab2de
|
@ -14,6 +14,7 @@ export function createTablesStore() {
|
|||
...state,
|
||||
list: tables,
|
||||
}))
|
||||
return tables
|
||||
}
|
||||
|
||||
async function select(table) {
|
||||
|
|
Loading…
Reference in New Issue