From 7251d6a7dc525e44d788f89fac076a92dbf70dc7 Mon Sep 17 00:00:00 2001 From: EthanHealy01 Date: Fri, 5 Sep 2025 16:37:10 +0100 Subject: [PATCH] change requests --- frontend/src/components/pageEditor/BulkSelectionPanel.tsx | 2 +- .../pageEditor/bulkSelectionPanel/BulkSelectionPanel.module.css | 2 +- frontend/src/components/shared/RightRail.tsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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() { -
+