Skip to content

Commit

Permalink
Codestyle
Browse files Browse the repository at this point in the history
Co-authored-by: Kyle Conroy <[email protected]>
  • Loading branch information
duytnguyendtn and kecnry authored Oct 12, 2024
1 parent d7bd06c commit 8e230e4
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,10 @@
</div>
<div :style="{ width: '40%' }">
<v-select
v-model="radius_unit_selected"
attach
:items="radius_unit_items.map(i => i.label)"
label="Unit">
v-model="radius_unit_selected"
attach
:items="radius_unit_items.map(i => i.label)"
label="Unit">
</v-select>
</div>
</v-row>
Expand Down

0 comments on commit 8e230e4

Please sign in to comment.