Commit 47a95e1d authored by Medicean's avatar Medicean

fix edit shell timeout default select error

parent bcb042dc
......@@ -308,7 +308,7 @@ class Form {
ret.push({
text: _,
value: _,
selected: opt['command-path'] === _
selected: opt['request-timeout'] === _
})
});
return ret;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment