Skip to content

Commit

Permalink
remove unnecessary v-row
Browse files Browse the repository at this point in the history
  • Loading branch information
kecnry committed Nov 22, 2024
1 parent 3ceda94 commit 5d8b6c1
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions jdaviz/configs/default/plugins/collapse/collapse.vue
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,14 @@
hint="Select the data set to collapse."
/>

<v-row>
<plugin-select
:items="function_items.map(i => i.label)"
:selected.sync="function_selected"
label="Function"
api_hint="plg.function ="
:api_hints_enabled="api_hints_enabled"
hint="Function to use in the collapse."
/>
</v-row>
<plugin-select
:items="function_items.map(i => i.label)"
:selected.sync="function_selected"
label="Function"
api_hint="plg.function ="
:api_hints_enabled="api_hints_enabled"
hint="Function to use in the collapse."
/>

<plugin-subset-select
:items="spectral_subset_items"
Expand Down

0 comments on commit 5d8b6c1

Please sign in to comment.