Skip to content

Commit dbda1e9

Browse files
committed
Done requests changes
1 parent a8db00a commit dbda1e9

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

components/scrapingant/actions/general-extraction/general-extraction.mjs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,15 +75,12 @@ export default {
7575
if (this.browser) {
7676
existingProps.returnPageSource.hidden = false;
7777
existingProps.returnPageSource.disabled = false;
78-
}
79-
if (this.browser) {
8078
existingProps.jsSnippet.hidden = false;
8179
existingProps.jsSnippet.disabled = false;
82-
}
83-
if (this.browser) {
8480
existingProps.blockResource.hidden = false;
8581
existingProps.blockResource.disabled = false;
8682
}
83+
8784
return props;
8885
},
8986

0 commit comments

Comments
 (0)