From 2107f992c882edfc8b6ae78071581ca4783054f4 Mon Sep 17 00:00:00 2001 From: Danilo Cristian da Silva Sousa <73763541+danilo-css@users.noreply.github.com> Date: Fri, 14 Feb 2025 09:32:11 -0300 Subject: [PATCH] Fixes to Pivot Fields CSS styling --- components/FilterDialog.tsx | 2 +- components/Main.tsx | 4 ++-- components/PivotFields.tsx | 4 ++-- components/pivotfields/Aggregation.tsx | 2 +- components/pivotfields/PivotColumns.tsx | 6 +++--- components/pivotfields/PivotFilters.tsx | 4 ++-- components/pivotfields/PivotRows.tsx | 4 ++-- 7 files changed, 13 insertions(+), 13 deletions(-) diff --git a/components/FilterDialog.tsx b/components/FilterDialog.tsx index de81d15..a0c2286 100644 --- a/components/FilterDialog.tsx +++ b/components/FilterDialog.tsx @@ -56,7 +56,7 @@ export default function FilterDialog({ const [searchQuery, setSearchQuery] = useState(""); const [currentPage, setCurrentPage] = useState(1); const [open, setOpen] = useState(false); - const [isOpen, setIsOpen] = useState(true); + const [isOpen, setIsOpen] = useState(false); const itemsPerPage = 10; const fetchData = async () => { diff --git a/components/Main.tsx b/components/Main.tsx index 2433d09..d6297b0 100644 --- a/components/Main.tsx +++ b/components/Main.tsx @@ -441,8 +441,8 @@ export default function Main() { {(files.length <= 1 || hasRelationships) && ( <> -
-
+
+