mirror of
https://github.com/nasa/openmct.git
synced 2025-01-05 12:54:09 +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',
|
modelProp: 'range',
|
||||||
objectPath: 'form.yAxis.range',
|
objectPath: 'configuration.yAxis.range',
|
||||||
coerce: function coerceRange(range) {
|
coerce: function coerceRange(range) {
|
||||||
if (!range) {
|
if (!range) {
|
||||||
return {
|
return {
|
||||||
|
Loading…
Reference in New Issue
Block a user