Skip to content

Commit

Permalink
[BI-1373] ontology import: fix banners
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris T committed Feb 17, 2022
1 parent cf89643 commit 60d5955
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/views/import/ImportOntology.vue
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@

<template>
<div id="import-ontology">
<TraitsImport v-bind:show-title="false"/>
<TraitsImport
v-bind:show-title="false"
v-on="$listeners"
/>
</div>
</template>

Expand Down

0 comments on commit 60d5955

Please sign in to comment.