Skip to content

Commit

Permalink
fix recenter_dataset select
Browse files Browse the repository at this point in the history
  • Loading branch information
kecnry committed Dec 5, 2024
1 parent 20e7aa7 commit 0be5251
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions jdaviz/configs/default/plugins/subset_tools/subset_tools.vue
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,11 @@
</v-expansion-panel-header>
<v-expansion-panel-content class="plugin-expansion-panel-content">
<plugin-dataset-select
:items="dataset_items"
:selected.sync="dataset_selected"
:items="recenter_dataset_items"
:selected.sync="recenter_dataset_selected"
:show_if_single_entry="true"
label="Data"
api_hint="plg.data ="
api_hint="plg.recenter_dataset ="
:api_hints_enabled="api_hints_enabled"
hint="Select the data for centroiding."
/>
Expand Down

0 comments on commit 0be5251

Please sign in to comment.