Skip to content
Snippets Groups Projects
Commit af6278a6 authored by Konrad Mohrfeldt's avatar Konrad Mohrfeldt :koala:
Browse files

fix: display some html in breadcrumbs

refs #343
parent 1301f8f8
No related branches found
No related tags found
No related merge requests found
Pipeline #8843 passed
Pipeline: aura-tests

#8844

    ...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
    :title="sanitizeHTML(crumb.title)" :title="sanitizeHTML(crumb.title)"
    > >
    <icon-system-uicons-home-alt v-if="index === 0" class="tw-flex-none" /> <icon-system-uicons-home-alt v-if="index === 0" class="tw-flex-none" />
    <SafeHTML :html="crumb.title" class="tw-truncate" /> <SafeHTML :html="crumb.title" class="tw-truncate" sanitize-preset="inline-noninteractive" />
    </component> </component>
    </template> </template>
    </div> </div>
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please register or to comment