mirror of
https://github.com/nasa/openmct.git
synced 2024-12-31 18:36:57 +00:00
Mutate correct path for plot range (#2208)
Mutate correct path on object for axis range. Fixes #2182.
This commit is contained in:
parent
e9643ad07f
commit
e710cafb2c
@ -46,7 +46,7 @@ define([
|
||||
},
|
||||
{
|
||||
modelProp: 'range',
|
||||
objectPath: 'form.yAxis.range',
|
||||
objectPath: 'configuration.yAxis.range',
|
||||
coerce: function coerceRange(range) {
|
||||
if (!range) {
|
||||
return {
|
||||
|
Loading…
Reference in New Issue
Block a user