mirror of
https://github.com/nasa/openmct.git
synced 2025-06-17 06:38:17 +00:00
Should not show editable views for objects in flexible layout and display layout (#2304)
* fix issue where editable summary widget view shows up in display layout and flexible layout * keep consistent kebab case for props
This commit is contained in:
committed by
Andrew Henry
parent
6338bd1168
commit
95549f7be2
@ -27,6 +27,7 @@
|
||||
:domain-object="domainObject"
|
||||
:object-path="objectPath"
|
||||
:has-frame="item.hasFrame"
|
||||
:show-edit-view="false"
|
||||
ref="objectFrame">
|
||||
</object-frame>
|
||||
</layout-frame>
|
||||
|
Reference in New Issue
Block a user