1
0
Fork 0
mirror of synced 2024-09-30 09:07:25 +13:00

Fixing an issue with the tables store, some calls depended on the fetch returning the table list.

This commit is contained in:
mike12345567 2022-03-09 11:22:02 +00:00
parent f0001f4a4e
commit 7707755a32

View file

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