fix: config

This commit is contained in:
Fine 2023-02-07 14:24:37 +08:00
parent 030df65e21
commit 1ca271f163

View File

@ -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,