File tree Expand file tree Collapse file tree 1 file changed +10
-12
lines changed
src/pages/options/sections/rules/edit/form-content Expand file tree Collapse file tree 1 file changed +10
-12
lines changed Original file line number Diff line number Diff line change @@ -32,18 +32,16 @@ const Execution = () => {
3232 return (
3333 < >
3434 { /* Run mode */ }
35- { showRunMode && (
36- < Form . Select
37- field = "forceRunner"
38- label = { t ( 'run_mode' ) }
39- optionList = { [
40- { label : t ( 'run_mode_auto' ) , value : 'auto' } ,
41- { label : t ( 'run_mode_dnr' ) , value : 'dnr' } ,
42- { label : t ( 'run_mode_web_request' ) , value : 'web_request' } ,
43- ] }
44- disabled = { ! showRunMode }
45- />
46- ) }
35+ < Form . Select
36+ field = "forceRunner"
37+ label = { t ( 'run_mode' ) }
38+ optionList = { [
39+ { label : t ( 'run_mode_auto' ) , value : 'auto' } ,
40+ { label : t ( 'run_mode_dnr' ) , value : 'dnr' } ,
41+ { label : t ( 'run_mode_web_request' ) , value : 'web_request' } ,
42+ ] }
43+ disabled = { ! showRunMode }
44+ />
4745 { /* Response body encoding */ }
4846 { ruleType === RULE_TYPE . MODIFY_RECV_BODY && (
4947 < Form . Select
You can’t perform that action at this time.
0 commit comments