Fix for changed approach to 'type' object (#3636)

This commit is contained in:
Charles Hacskaylo 2021-01-08 15:27:00 -08:00 committed by GitHub
parent f202ae19cb
commit 6f51de85db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 }}