File tree Expand file tree Collapse file tree
rust/perspective-viewer/src/rust/components/column_selector Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -468,7 +468,7 @@ impl Component for FilterColumn {
468468 <LocalStyle href={ css!( "filter-item" ) } />
469469 <div class="pivot-column-border" >
470470 // <TypeIcon ty={ColumnType::String} />
471- <TypeIcon ty={ final_col_type} />
471+ <TypeIcon ty={ final_col_type} />
472472 <span class="column_name" >{ filter. column( ) . to_owned( ) } </span>
473473 <FilterOpSelector
474474 class="filterop-selector"
Original file line number Diff line number Diff line change @@ -64,11 +64,11 @@ impl Component for PivotColumn {
6464 } ) ;
6565
6666 let col_type = ctx
67- . props ( )
68- . session
69- . metadata ( )
70- . get_column_table_type ( & ctx. props ( ) . column )
71- . expect ( "Unknown column" ) ;
67+ . props ( )
68+ . session
69+ . metadata ( )
70+ . get_column_table_type ( & ctx. props ( ) . column )
71+ . expect ( "Unknown column" ) ;
7272
7373 html ! {
7474 <div
You can’t perform that action at this time.
0 commit comments