diff --git a/frontend/src/components/dashboard/ExportDropdown.jsx b/frontend/src/components/dashboard/ExportDropdown.jsx index 88e38d8..49729c9 100644 --- a/frontend/src/components/dashboard/ExportDropdown.jsx +++ b/frontend/src/components/dashboard/ExportDropdown.jsx @@ -16,6 +16,7 @@ import { export function ExportDropdown({ onExport, exportingFormat = null, + disabled = false, selectedCount = 0, isAuthenticated = false, newPublicationsCount = 0, @@ -61,7 +62,7 @@ export function ExportDropdown({ - - {open && ( -
- {["xml", "zip"].map((fmt, idx) => ( - - ))} -
+ ); }