Skip to content

Commit

Permalink
Fix metadata rendering for links
Browse files Browse the repository at this point in the history
  • Loading branch information
m-mohr committed Nov 14, 2023
1 parent aee9ba2 commit c761052
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"dependencies": {
"@apidevtools/json-schema-ref-parser": "^10.1.0",
"@musement/iso-duration": "^1.0.0",
"@radiantearth/stac-fields": "1.3.1",
"@radiantearth/stac-fields": "1.3.2",
"@radiantearth/stac-migrate": "~1.6.0",
"axios": "^1.2.0",
"bootstrap-vue": "^2.21.2",
Expand Down
2 changes: 1 addition & 1 deletion src/components/Link.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<b-popover :target="popoverId" triggers="hover" placement="right" container="#stac-browser" custom-class="link-more">
<h3 class="first">{{ $t('additionalActions') }}</h3>
<HrefActions vertical :data="link" size="sm" />
<Metadata :data="link" type="link" headerTag="h3" :ignoreFields="ignore" />
<Metadata :data="link" type="Link" headerTag="h3" :ignoreFields="ignore" />
</b-popover>
</li>
</template>
Expand Down

0 comments on commit c761052

Please sign in to comment.