Skip to content

Commit

Permalink
Remove unused emit
Browse files Browse the repository at this point in the history
  • Loading branch information
ceesvoesenek authored and wkramer committed Dec 20, 2024
1 parent 29d0c56 commit 17672ee
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/components/wms/InformationPanel.vue
Original file line number Diff line number Diff line change
Expand Up @@ -159,11 +159,7 @@ const props = withDefaults(defineProps<Props>(), {
completelyMissing: false,
})
const emit = defineEmits([
'style-click',
'update:layerKind',
'update:current-colour-scale',
])
const emit = defineEmits(['update:layerKind', 'update:current-colour-scale'])
const currentColourScaleIndex = ref(0)
watch(
Expand Down

0 comments on commit 17672ee

Please sign in to comment.