From 6c9798cb086edea58337b85727ae326e39c3ef0a Mon Sep 17 00:00:00 2001 From: Birdmachine Date: Wed, 4 Dec 2024 16:20:04 -0500 Subject: [PATCH] Add aditional informative text snippet --- src/src/Nav.js | 3 ++- src/src/components/ui/dialog.jsx | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/src/Nav.js b/src/src/Nav.js index 9a1b8429..e2b095ca 100644 --- a/src/src/Nav.js +++ b/src/src/Nav.js @@ -35,7 +35,8 @@ export const Navigation = (props) => { const open_B = Boolean(anchorEl_B); const open_S = Boolean(anchorEl_S); var dialogMetadataTitle = 'Metadata Bulk Uploading Temporarily Unavailable'; - var dialogMetadataMessage = "Please prepare any new data submissions using the new next-generation metadata and directory schemas, which are linked from this page. The schemas you should use are marked \"use this one\" on the schema pages. You can validate next-gen metadata schemas using the process outlined here. Please also update this data pulse check spreadsheet so we know what data is coming from your team. We\'re looking forward to your submissions!
\ + var dialogMetadataMessage = "Upload of Sample metadata is currently disabled. Please submit your metadata files to the help desk at help@hubmapconsortium.org.
\ + Please prepare any new data submissions using the new next-generation metadata and directory schemas, which are linked from this page. The schemas you should use are marked \"use this one\" on the schema pages. You can validate next-gen metadata schemas using the process outlined here. Please also update this data pulse check spreadsheet so we know what data is coming from your team. We\'re looking forward to your submissions!
\ Please contact help@hubmapconsortium.org if you have questions."; const location = useLocation(); let navigate = useNavigate(); diff --git a/src/src/components/ui/dialog.jsx b/src/src/components/ui/dialog.jsx index 419d2fba..91b3323b 100644 --- a/src/src/components/ui/dialog.jsx +++ b/src/src/components/ui/dialog.jsx @@ -39,7 +39,6 @@ export default function MUIDialog(props) { -