mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-07-05 09:55:25 +00:00
fix: config
This commit is contained in:
parent
030df65e21
commit
1ca271f163
@ -93,7 +93,7 @@ limitations under the License. -->
|
|||||||
if (d.unit) {
|
if (d.unit) {
|
||||||
t.unit = encodeURIComponent(d.unit);
|
t.unit = encodeURIComponent(d.unit);
|
||||||
}
|
}
|
||||||
return t;
|
return { ...d, ...t };
|
||||||
});
|
});
|
||||||
const opt: any = {
|
const opt: any = {
|
||||||
type: dashboardStore.selectedGrid.type,
|
type: dashboardStore.selectedGrid.type,
|
||||||
|
Loading…
Reference in New Issue
Block a user