Ensure filters are reset when changing table in the data section
This commit is contained in:
parent
041f156754
commit
2c276816ab
|
@ -37,6 +37,7 @@
|
|||
$: hasCols = checkHasCols(schema)
|
||||
$: hasRows = !!$fetch.rows?.length
|
||||
$: showError($fetch.error)
|
||||
$: id, (filters = null)
|
||||
|
||||
const showError = error => {
|
||||
if (error) {
|
||||
|
|
Loading…
Reference in New Issue