fix: update tooltips and controls (#49)

This commit is contained in:
Fine0830
2022-03-31 19:59:19 +08:00
committed by GitHub
parent 13b508e896
commit b51e423c2b
13 changed files with 135 additions and 61 deletions

View File

@@ -68,7 +68,7 @@ export function useQueryProcessor(config: any) {
normal: selectorStore.currentService
? selectorStore.currentService.normal
: true,
scope: config.catalog || dashboardStore.entity,
scope: config.catalog,
topN: c.topN || 10,
order: c.sortOrder || "DES",
};