We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8db00a commit dbda1e9Copy full SHA for dbda1e9
components/scrapingant/actions/general-extraction/general-extraction.mjs
@@ -75,15 +75,12 @@ export default {
75
if (this.browser) {
76
existingProps.returnPageSource.hidden = false;
77
existingProps.returnPageSource.disabled = false;
78
- }
79
- if (this.browser) {
80
existingProps.jsSnippet.hidden = false;
81
existingProps.jsSnippet.disabled = false;
82
83
84
existingProps.blockResource.hidden = false;
85
existingProps.blockResource.disabled = false;
86
}
+
87
return props;
88
},
89
0 commit comments