Skip to content

Commit 1ebb411

Browse files
committed
feat: update field to do emphasis on
1 parent 5f40904 commit 1ebb411

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
@@ -57,7 +57,7 @@ impl Default for DataDisplayOptions {
5757
.into_iter()
5858
.map(String::from)
5959
.collect(),
60-
emphasize_if_matching_field_idx: Some(1),
60+
emphasize_if_matching_field_idx: Some(2),
6161
}
6262
}
6363
}

0 commit comments

Comments
 (0)