Skip to content

Commit

Permalink
Make image panel available for all
Browse files Browse the repository at this point in the history
  • Loading branch information
jlpereira committed Oct 30, 2023
1 parent 8d325d4 commit 86c0404
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 86c0404

Please sign in to comment.