This repository was archived by the owner on Jul 28, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +3
-26
lines changed
Expand file tree Collapse file tree 3 files changed +3
-26
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ export function NavBar(navBarProps: NavBarProps) {
5959 } ;
6060
6161 return (
62- < Box sx = { { flexGrow : 1 } } >
62+ < >
6363 < AppBar
6464 position = "static"
6565 style = { {
@@ -143,7 +143,7 @@ export function NavBar(navBarProps: NavBarProps) {
143143 pointerEvents : "none" ,
144144 } }
145145 />
146- </ Box >
146+ </ >
147147 ) ;
148148}
149149export function HeaderNavBar ( headerNavBarProps : NavBarProps ) {
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -5,9 +5,7 @@ import { obtainColumnsFromRows } from "components/Columns";
55import FilterOffIcon from "components/img/FilterOffIcon" ;
66import FilterOnIcon from "components/img/FilterOnIcon" ;
77import MenuDownIcon from "components/img/MenuDownIcon" ;
8- import MenuUpIcon from "components/img/MenuUpIcon" ;
98import { FiltersModal } from "components/modals/filters/FiltersModal" ;
10- import DataviewFiltersPortal from "components/portals/DataviewFiltersPortal" ;
119import React from "react" ;
1210
1311export default function DataviewFilters ( props : DataviewFiltersProps ) {
@@ -80,7 +78,7 @@ export default function DataviewFilters(props: DataviewFiltersProps) {
8078 key = { `Span-FilterConditions-Ref-Portal` }
8179 >
8280 < div key = { `Div-FilterConditions-Ref-Portal` } >
83- < MenuUpIcon />
81+ < MenuDownIcon />
8482 </ div >
8583 </ span >
8684 </ Button >
You can’t perform that action at this time.
0 commit comments