1
0
Fork 0
mirror of synced 2024-09-30 09:07:25 +13: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) {