diff --git a/src/views/dashboard/configuration/graph-styles/TopologyItem.vue b/src/views/dashboard/configuration/graph-styles/TopologyItem.vue index 9764b90b..2563ecc3 100644 --- a/src/views/dashboard/configuration/graph-styles/TopologyItem.vue +++ b/src/views/dashboard/configuration/graph-styles/TopologyItem.vue @@ -94,7 +94,7 @@ const backgroundColor = ref(selectedGrid.graph.backgroundColor || "green"); const fontColor = ref(selectedGrid.graph.fontColor || "white"); const content = ref(selectedGrid.graph.content); const fontSize = ref(selectedGrid.graph.fontSize); -const depth = ref(selectedGrid.graph.depth); +const depth = ref(selectedGrid.graph.depth || "2"); const colors = [ { label: "Green",