mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-13 08:17:33 +00:00
fix: type
This commit is contained in:
parent
2c573d6a81
commit
2ebe69829e
@ -424,7 +424,7 @@ export function aggregation(val: number, config: { calculation?: string }): numb
|
||||
return data;
|
||||
}
|
||||
|
||||
export async function useGetMetricEntity(metric: string, metricType: string[]) {
|
||||
export async function useGetMetricEntity(metric: string, metricType: string) {
|
||||
if (!metric || !metricType) {
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user