Skip to content

Commit

Permalink
fix typo in plugin-dataset-select preventing showing dropdown (spacet…
Browse files Browse the repository at this point in the history
  • Loading branch information
kecnry authored Jan 27, 2025
1 parent 74e537f commit 329c969
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions jdaviz/components/plugin_dataset_select.vue
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,7 @@
module.exports = {
props: ['items', 'selected', 'label', 'hint', 'rules', 'show_if_single_entry', 'multiselect',
'api_hint', 'api_hints_enabled']
}
};
}
</script>

<style scoped>
Expand Down

0 comments on commit 329c969

Please sign in to comment.