Skip to content

Commit

Permalink
Merge pull request #183 from SpeciesFileGroup/development
Browse files Browse the repository at this point in the history
Make image panel available for all
  • Loading branch information
jlpereira authored Oct 30, 2023
2 parents 50cdf26 + 86c0404 commit b9c4a0d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/modules/otus/components/Panel/PanelGallery/main.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import { SPECIES_GROUP, SPECIES_AND_INFRASPECIES_GROUP } from '@/modules/otus/constants'
import PanelGallery from './PanelGallery.vue'

export default {
id: 'panel:gallery',
component: PanelGallery,
rankGroup: [SPECIES_GROUP, SPECIES_AND_INFRASPECIES_GROUP]
rankGroup: []
}

0 comments on commit b9c4a0d

Please sign in to comment.