Skip to content

Commit cf93da5

Browse files
committed
fix: update default for col added
1 parent 277785c commit cf93da5

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
@@ -143,7 +143,7 @@ impl Default for DataDisplayOptions {
143143
.into_iter()
144144
.map(String::from)
145145
.collect(),
146-
emphasize_if_matching_field_idx: Some(3),
146+
emphasize_if_matching_field_idx: Some(4),
147147
row_idx_field_name: Some("row#".to_string()),
148148
row_size_config: Some(RowSizeConfig {
149149
field_name: "row_size".to_string(),

0 commit comments

Comments
 (0)