mirror of
https://github.com/nasa/openmct.git
synced 2025-06-22 00:57:11 +00:00
This commit is contained in:
committed by
Pegah Sarram
parent
93abb09419
commit
a4c2e944b3
@ -38,7 +38,7 @@ define([
|
||||
canEdit: function (domainObject) {
|
||||
return domainObject.type === 'LadTable';
|
||||
},
|
||||
view: function (domainObject, isEditing, objectPath) {
|
||||
view: function (domainObject, objectPath) {
|
||||
let component;
|
||||
|
||||
return {
|
||||
|
Reference in New Issue
Block a user