Browse Source

fix: save assets block

Ahmad Kholid 3 years ago
parent
commit
45cf42a672
2 changed files with 2 additions and 2 deletions
  1. 1 1
      package.json
  2. 1 1
      src/utils/shared.js

+ 1 - 1
package.json

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

+ 1 - 1
src/utils/shared.js

@@ -775,7 +775,7 @@ export const tasks = {
     outputs: 1,
     allowedInputs: true,
     maxConnection: 1,
-    refDataKeys: ['selector', 'url'],
+    refDataKeys: ['selector', 'url', 'filename'],
     data: {
       description: '',
       findBy: 'cssSelector',