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,
|
...state,
|
||||||
list: tables,
|
list: tables,
|
||||||
}))
|
}))
|
||||||
|
return tables
|
||||||
}
|
}
|
||||||
|
|
||||||
async function select(table) {
|
async function select(table) {
|
||||||
|
|
Loading…
Reference in New Issue