Skip to content

Commit

Permalink
v0.14.0-beta.4
Browse files Browse the repository at this point in the history
  • Loading branch information
m-mohr committed Jan 2, 2025
1 parent 076cc33 commit 0483767
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
@@ -1,6 +1,6 @@
{
"name": "@openeo/web-editor",
"version": "0.14.0-beta.3",
"version": "0.14.0-beta.4",
"apiVersions": [
"1.0.0-rc.2",
"1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion src/components/viewer/MetadataViewer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<MapExtentViewer class="jobMap" :footprint="p.geometry || p.bbox"></MapExtentViewer>
</template>
</Item>
<ul class="list">
<ul v-else class="list">
<StacAsset v-for="(asset, id) in data.assets" :key="id" :asset="asset" :id="id" :context="data" />
</ul>
</div>
Expand Down

0 comments on commit 0483767

Please sign in to comment.