Ensure filters are reset when changing table in the data section
This commit is contained in:
parent
5cad5e2604
commit
7107df83e8
|
@ -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