Fix inteface glitch fix #65
This commit is contained in:
parent
8cfd4745f9
commit
e66f3dddac
1 changed files with 1 additions and 1 deletions
|
@ -1027,7 +1027,7 @@ class Graph {
|
|||
panopticon.graph.configuration['light0_intensity'] = e.target.value
|
||||
}
|
||||
},
|
||||
'value': this.configuration.hasOwnProperty('light0_intensity') ? this.configuration.light1_intensity : ""
|
||||
'value': this.configuration.hasOwnProperty('light0_intensity') ? this.configuration.light0_intensity : ""
|
||||
})
|
||||
),
|
||||
crel(
|
||||
|
|
Loading…
Reference in a new issue