mirror of
https://github.com/nasa/openmct.git
synced 2025-04-16 15:29:20 +00:00
Fix for changed approach to 'type' object (#3636)
This commit is contained in:
parent
f202ae19cb
commit
6f51de85db
@ -5,7 +5,7 @@
|
||||
class="l-browse-bar__object-name--w c-object-label"
|
||||
>
|
||||
<div class="c-object-label__type-icon"
|
||||
:class="type.cssClass"
|
||||
:class="type.definition.cssClass"
|
||||
></div>
|
||||
<span class="l-browse-bar__object-name c-object-label__name">
|
||||
{{ domainObject.name }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user