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 5701864 commit 1a7e483Copy full SHA for 1a7e483
src/app/data_display_options.rs
@@ -95,7 +95,7 @@ impl Default for DataDisplayOptions {
95
.into_iter()
96
.map(String::from)
97
.collect(),
98
- emphasize_if_matching_field_idx: Some(2),
+ emphasize_if_matching_field_idx: Some(3),
99
row_idx_field_name: Some("row#".to_string()),
100
row_parse_error_handling: Default::default(),
101
level_conversion: Some(Default::default()),
0 commit comments