Ahmad Kholid 3 years ago
parent
commit
d1592c897d

+ 1 - 1
package.json

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

+ 2 - 2
src/background/workflow-engine/blocks-handler/handler-insert-data.js

@@ -2,7 +2,7 @@ import { getBlockConnection } from '../helper';
 import { parseJSON } from '@/utils/helper';
 import mustacheReplacer from '@/utils/reference-data/mustache-replacer';
 
-function delay({ outputs, data }, { refData }) {
+function insertData({ outputs, data }, { refData }) {
   return new Promise((resolve) => {
     data.dataList.forEach(({ name, value, type }) => {
       const replacedValue = mustacheReplacer(value, refData);
@@ -21,4 +21,4 @@ function delay({ outputs, data }, { refData }) {
   });
 }
 
-export default delay;
+export default insertData;

+ 1 - 1
src/newtab/pages/settings/Backup.vue

@@ -42,7 +42,7 @@
           </ui-button>
         </div>
       </template>
-      <p v-else>
+      <p v-if="false">
         Upgrade to the
         <a
           href="https://automa.site/pricing"