Skip to content

Commit

Permalink
fix: make matching field request_id again
Browse files Browse the repository at this point in the history
  • Loading branch information
c-git committed Dec 30, 2024
1 parent 5701864 commit 1a7e483
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/data_display_options.rs
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ impl Default for DataDisplayOptions {
.into_iter()
.map(String::from)
.collect(),
emphasize_if_matching_field_idx: Some(2),
emphasize_if_matching_field_idx: Some(3),
row_idx_field_name: Some("row#".to_string()),
row_parse_error_handling: Default::default(),
level_conversion: Some(Default::default()),
Expand Down

0 comments on commit 1a7e483

Please sign in to comment.