mirror of
https://github.com/nasa/openmct.git
synced 2025-06-17 06:38:17 +00:00
Pre release for Sprint 1.7.3 (#3924)
* Revert "upgrade to webpack5 (#3871)" (#3907) (#3908) * [Navigation Tree] Fix composition on closed folders and scrolling for items NOT in tree (#3920) * Update package.json version and version documentation to include tags for npmjs Co-authored-by: Nikhil <nikhil.k.mandlik@nasa.gov> Co-authored-by: Jamie V <jamie.j.vigliotta@nasa.gov>
This commit is contained in:
@ -579,7 +579,7 @@ define([
|
||||
*/
|
||||
TelemetryAPI.prototype.getLimits = function (domainObject) {
|
||||
const provider = this.findLimitEvaluator(domainObject);
|
||||
if (!provider) {
|
||||
if (!provider || !provider.getLimits) {
|
||||
return {
|
||||
limits: function () {}
|
||||
};
|
||||
|
Reference in New Issue
Block a user