From b78beddb6dfafb716d05d3ba20c562c62d71dfed Mon Sep 17 00:00:00 2001 From: John Darragh Date: Tue, 12 Nov 2024 18:52:57 -0800 Subject: [PATCH] Disable incomplete features for prod release --- client/src/components/Layout/NavBar.jsx | 2 +- .../src/components/ProjectWizard/WizardPages/Level0Page.jsx | 4 ++-- client/src/components/Projects/ProjectContextMenu.jsx | 2 ++ client/src/components/Projects/ProjectsPage.jsx | 2 +- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/client/src/components/Layout/NavBar.jsx b/client/src/components/Layout/NavBar.jsx index 31ef2ab0..05fb40df 100644 --- a/client/src/components/Layout/NavBar.jsx +++ b/client/src/components/Layout/NavBar.jsx @@ -170,7 +170,7 @@ const NavBar = ({ navbarOpen, setNavbarOpen }) => { Feedback -
  • +
  • handleClick(handleShareSnapshotModalOpen)} + // Temporarily hide the button until we get related features working. + style={{ display: "none" }} > { { id: "dro", label: "DRO", - popupType: "text" + popupType: null // temporarily disable filtering by DRO, as it crashes }, ...(userContext.account?.isAdmin