Disables conditional and static styles for hyperlinks and summary widgets. (#2887)

This commit is contained in:
Shefali Joshi 2020-04-08 12:30:59 -07:00 committed by GitHub
parent ddef16795c
commit de4c5b3729
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -81,7 +81,7 @@ export default {
}
},
mounted() {
this.excludeObjectTypes = ['folder', 'webPage', 'conditionSet'];
this.excludeObjectTypes = ['folder', 'webPage', 'conditionSet', 'summary-widget', 'hyperlink'];
this.openmct.selection.on('change', this.updateInspectorViews);
},
destroyed() {