mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-10-14 20:01:28 +00:00
Fix: releases an existing object URL (#433)
This commit is contained in:
@@ -77,7 +77,7 @@ limitations under the License. -->
|
||||
}
|
||||
}
|
||||
async function queryMetrics() {
|
||||
const widgets = [];
|
||||
const widgets: LayoutConfig[] = [];
|
||||
for (const item of dashboardStore.layout) {
|
||||
if (item.type === WidgetType.Widget) {
|
||||
if (!ListChartTypes.includes(item.graph?.type || "")) {
|
||||
|
Reference in New Issue
Block a user