fix: topology

This commit is contained in:
Fine 2023-11-23 10:26:50 +08:00
parent 1891d1a879
commit 512893b9ca

View File

@ -179,6 +179,7 @@ export const dashboardStore = defineStore({
newItem.graph = {
showDepth: true,
};
newItem.metricMode = MetricModes.Expression;
}
if (ControlsTypes.includes(type)) {
newItem.h = 32;