Browse Source

feat: show how many items are being inserted in the insert data block (#842)

Ahmad Kholid 2 năm trước cách đây
mục cha
commit
1a6a3a2c13
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/components/newtab/workflow/edit/EditInsertData.vue

+ 1 - 1
src/components/newtab/workflow/edit/EditInsertData.vue

@@ -11,7 +11,7 @@
       variant="accent"
       @click="showModal = !showModal"
     >
-      Insert data
+      Insert data ({{ dataList.length }})
     </ui-button>
     <ui-modal
       v-model="showModal"