Fixing an issue with the tables store, some calls depended on the fetch returning the table list.
This commit is contained in:
parent
f0001f4a4e
commit
7707755a32
|
@ -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