Ahmad Kholid 2 years ago
parent
commit
3302a8b85d
3 changed files with 2 additions and 3 deletions
  1. 1 1
      package.json
  2. 0 1
      src/components/newtab/workflow/edit/EditInsertData.vue
  3. 1 1
      src/utils/shared.js

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "automa",
-  "version": "1.18.1",
+  "version": "1.19.0",
   "description": "An extension for automating your browser by connecting blocks",
   "repository": {
     "type": "git",

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

@@ -20,7 +20,6 @@
       content-class="max-w-2xl insert-data-modal"
     >
       <ul
-        v-show="dataList.length > 0"
         class="mt-4 data-list px-4 pb-4 overflow-auto scroll"
         style="max-height: calc(100vh - 13rem)"
       >

+ 1 - 1
src/utils/shared.js

@@ -1299,7 +1299,7 @@ export const tasks = {
   'workflow-state': {
     name: 'Workflow State',
     description: 'Manage workflows states',
-    icon: 'riFileEditLine',
+    icon: 'riSettings3Line',
     component: 'BlockBasic',
     editComponent: 'EditWorkflowState',
     category: 'general',