1
0
Ahmad Kholid 3 жил өмнө
parent
commit
f035d9445b

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "automa",
-  "version": "0.1.0",
+  "version": "0.1.1",
   "description": "An extension for automating your browser by connecting blocks",
   "license": "MIT",
   "repository": {

+ 1 - 1
src/components/newtab/workflow/WorkflowDetailsCard.vue

@@ -47,7 +47,7 @@
   <div class="flex px-4 mt-2 space-x-2">
     <ui-button variant="accent" class="flex-1 relative" @click="$emit('save')">
       <span
-        v-if="true || dataChanged"
+        v-if="dataChanged"
         class="flex h-3 w-3 absolute top-0 left-0 -ml-1 -mt-1"
       >
         <span