diff --git a/frontend/src/components/pageEditor/BulkSelectionPanel.tsx b/frontend/src/components/pageEditor/BulkSelectionPanel.tsx index 7eaad3b1d..9186c431b 100644 --- a/frontend/src/components/pageEditor/BulkSelectionPanel.tsx +++ b/frontend/src/components/pageEditor/BulkSelectionPanel.tsx @@ -41,7 +41,7 @@ const BulkSelectionPanel = ({ const handleClear = () => { setCsvInput(''); - onUpdatePagesFromCSV(); + onUpdatePagesFromCSV(''); }; return ( diff --git a/frontend/src/components/pageEditor/bulkSelectionPanel/BulkSelectionPanel.module.css b/frontend/src/components/pageEditor/bulkSelectionPanel/BulkSelectionPanel.module.css index ca4e02b08..6853d521e 100644 --- a/frontend/src/components/pageEditor/bulkSelectionPanel/BulkSelectionPanel.module.css +++ b/frontend/src/components/pageEditor/bulkSelectionPanel/BulkSelectionPanel.module.css @@ -239,7 +239,7 @@ } /* Dark-mode adjustments */ -::global([data-mantine-color-scheme='dark']) .selectedList { +:global([data-mantine-color-scheme='dark']) .selectedList { background-color: var(--mantine-color-dark-6); } diff --git a/frontend/src/components/shared/RightRail.tsx b/frontend/src/components/shared/RightRail.tsx index 9b86a7e33..462b29d7e 100644 --- a/frontend/src/components/shared/RightRail.tsx +++ b/frontend/src/components/shared/RightRail.tsx @@ -224,7 +224,7 @@ export default function RightRail() { -
+