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
1 changed files with 1 additions and 0 deletions

View File

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