Skip to content

Commit

Permalink
removed unused vue method
Browse files Browse the repository at this point in the history
  • Loading branch information
kecnry committed Dec 9, 2024
1 parent 6280b02 commit cfa6f2f
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions jdaviz/components/plugin_dataset_select.vue
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,7 @@
<script>
module.exports = {
props: ['items', 'selected', 'label', 'hint', 'rules', 'show_if_single_entry', 'multiselect',
'api_hint', 'api_hints_enabled'],
methods: {
isWCSOnlyLayer(item) {
const wcsOnly = Object.keys(this.$props.viewer.wcs_only_layers).includes(item.name)
return wcsOnly
},
'api_hint', 'api_hints_enabled']
}
};
</script>
Expand Down

0 comments on commit cfa6f2f

Please sign in to comment.