Skip to content

Commit 1a7e483

Browse files
committed
fix: make matching field request_id again
1 parent 5701864 commit 1a7e483

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/data_display_options.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ impl Default for DataDisplayOptions {
9595
.into_iter()
9696
.map(String::from)
9797
.collect(),
98-
emphasize_if_matching_field_idx: Some(2),
98+
emphasize_if_matching_field_idx: Some(3),
9999
row_idx_field_name: Some("row#".to_string()),
100100
row_parse_error_handling: Default::default(),
101101
level_conversion: Some(Default::default()),

0 commit comments

Comments
 (0)