Ensure filters are reset when changing table in the data section

This commit is contained in:
Andrew Kingston 2022-12-07 13:08:58 +00:00
parent 5cad5e2604
commit 7107df83e8
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@
$: hasCols = checkHasCols(schema)
$: hasRows = !!$fetch.rows?.length
$: showError($fetch.error)
$: id, (filters = null)
const showError = error => {
if (error) {