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
030df65e21
commit
1ca271f163
@ -93,7 +93,7 @@ limitations under the License. -->
|
||||
if (d.unit) {
|
||||
t.unit = encodeURIComponent(d.unit);
|
||||
}
|
||||
return t;
|
||||
return { ...d, ...t };
|
||||
});
|
||||
const opt: any = {
|
||||
type: dashboardStore.selectedGrid.type,
|
||||
|
Loading…
Reference in New Issue
Block a user