remove can edit from hyperlink (#4076)

This commit is contained in:
Henry Hsu
2021-08-03 16:01:29 -07:00
committed by GitHub
parent b329ed6ed5
commit 1b034f6125

View File

@@ -33,10 +33,6 @@ export default function HyperlinkProvider(openmct) {
return domainObject.type === 'hyperlink';
},
canEdit(domainObject) {
return domainObject.type === 'hyperlink';
},
view: function (domainObject) {
let component;