mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-13 08:17:33 +00:00
fix: config
This commit is contained in:
parent
b988057001
commit
7d252e8e3c
@ -76,8 +76,8 @@ limitations under the License. -->
|
||||
utc: appStore.utc,
|
||||
});
|
||||
const w = {
|
||||
title: encodeURIComponent(dashboardStore.selectedGrid.widget.title),
|
||||
tips: encodeURIComponent(dashboardStore.selectedGrid.widget.tips),
|
||||
title: encodeURIComponent(dashboardStore.selectedGrid.widget.title || ""),
|
||||
tips: encodeURIComponent(dashboardStore.selectedGrid.widget.tips || ""),
|
||||
};
|
||||
const metricConfig = (dashboardStore.selectedGrid.metricConfig || []).map((d: any) => {
|
||||
if (d.label) {
|
||||
|
Loading…
Reference in New Issue
Block a user