1
0
Fork 0
mirror of synced 2024-06-29 03:20:34 +12:00

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

View file

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