- ver 1.1.15

This commit is contained in:
Surya Paolo
2025-01-09 17:14:38 +01:00
parent da6bef1b96
commit 298dc4f5a5
37 changed files with 49 additions and 36 deletions

View File

@@ -7972,7 +7972,7 @@ export const tools = {
}
},
getColorByCircuit(circuit: any) {
if (circuit.color) {
if (circuit && circuit.color) {
return circuit.color
} else {
return ''