Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Brett M. Morris <[email protected]>
  • Loading branch information
kecnry and bmorris3 authored Nov 26, 2024
1 parent 1e98773 commit 3a894cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions jdaviz/components/glue_state_select.vue
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@

<script>
module.exports = {
props: ['items', 'selected', 'label', 'api_hint', 'api_hints_enabled'
]
props: ['items', 'selected', 'label', 'api_hint', 'api_hints_enabled']
};
</script>

Expand Down
3 changes: 1 addition & 2 deletions jdaviz/components/plugin_select.vue
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,7 @@
<script>
module.exports = {
props: ['items', 'selected', 'label', 'hint', 'rules', 'show_if_single_entry', 'multiselect',
'api_hint', 'api_hints_enabled', 'dense', 'disabled'
]
'api_hint', 'api_hints_enabled', 'dense', 'disabled']
};
</script>

Expand Down

0 comments on commit 3a894cc

Please sign in to comment.