Skip to content

Commit

Permalink
add collection objects panel stub to layout
Browse files Browse the repository at this point in the history
  • Loading branch information
wbbaker committed Aug 1, 2024
1 parent 48b8f51 commit 276668a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,3 @@
const isLoading = ref(false)
</script>

3 changes: 2 additions & 1 deletion src/modules/otus/constants/layouts/overview.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ export const DEFAULT_OVERVIEW_LAYOUT = {
'panel:type',
'panel:type-specimen',
'panel:nomenclature',
'panel:nomenclature-references'
'panel:nomenclature-references',
'panel:collection-objects'
],
[
'panel:map',
Expand Down

0 comments on commit 276668a

Please sign in to comment.