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 fb7120e commit d43bf8aCopy full SHA for d43bf8a
plugins/warp/src/plugin/load.rs
@@ -49,7 +49,7 @@ impl RunMatcherField {
49
50
pub fn from_form(form: &Form) -> Option<bool> {
51
let field = form.get_field_with_name("Rerun Matcher")?;
52
- let field_value = field.try_value_index()?;
+ let field_value = field.try_value_int()?;
53
match field_value {
54
1 => Some(true),
55
_ => Some(false),
0 commit comments