mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-20 14:46:01 +00:00
perspective filters
This commit is contained in:
@@ -50,7 +50,15 @@
|
||||
{schemaName}
|
||||
{pureName}
|
||||
config={$config}
|
||||
setConfig={config.update}
|
||||
setConfig={(value, reload) => {
|
||||
if (reload) {
|
||||
cache.clear();
|
||||
}
|
||||
config.update(value);
|
||||
if (reload) {
|
||||
loadedCounts.set({});
|
||||
}
|
||||
}}
|
||||
{cache}
|
||||
{loadedCounts}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user