From a5b9714bc391f68b8f0177f243ca05360afc213e Mon Sep 17 00:00:00 2001 From: Miguel Angel Date: Fri, 23 Feb 2024 14:21:03 -0400 Subject: [PATCH] fix: remove order from sortable list --- src/components/sortable/sortableList/SortableList.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/sortable/sortableList/SortableList.vue b/src/components/sortable/sortableList/SortableList.vue index 182ea0576..19829f21e 100644 --- a/src/components/sortable/sortableList/SortableList.vue +++ b/src/components/sortable/sortableList/SortableList.vue @@ -29,7 +29,7 @@ autofocus @blur.stop="onBlur()" /> - {{ item.name }} {{ item.order }} + {{ item.name }}