mirror of
https://github.com/nasa/openmct.git
synced 2025-03-24 04:55:21 +00:00
Merge pull request #1573 from nasa/we-dont-depreciate
[Typo] Fix deprecation warning
This commit is contained in:
commit
6481ddbd7f
@ -78,7 +78,7 @@ define([
|
||||
|
||||
if (valueMetadata.hints.hasOwnProperty('x')) {
|
||||
console.warn(
|
||||
'DEPRECIATION WARNING: `x` hints should be replaced with ' +
|
||||
'DEPRECATION WARNING: `x` hints should be replaced with ' +
|
||||
'`domain` hints moving forward. ' +
|
||||
'https://github.com/nasa/openmct/issues/1546'
|
||||
);
|
||||
@ -90,7 +90,7 @@ define([
|
||||
|
||||
if (valueMetadata.hints.hasOwnProperty('y')) {
|
||||
console.warn(
|
||||
'DEPRECIATION WARNING: `y` hints should be replaced with ' +
|
||||
'DEPRECATION WARNING: `y` hints should be replaced with ' +
|
||||
'`range` hints moving forward. ' +
|
||||
'https://github.com/nasa/openmct/issues/1546'
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user