Skip to content

Commit

Permalink
fix: remove order from sortable list
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel Angel committed Feb 23, 2024
1 parent 9771830 commit a5b9714
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/sortable/sortableList/SortableList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
autofocus
@blur.stop="onBlur()"
/>
<span v-else>{{ item.name }} {{ item.order }}</span>
<span v-else>{{ item.name }}</span>
</div>
<div class="border rounded-lg sortable-item-action">
<button class="btn" @click.stop="onClick(item, index)">
Expand Down

0 comments on commit a5b9714

Please sign in to comment.