File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
frontend/src/components/activities/explorer Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,14 +13,14 @@ export default function DownloadMetadata({ objectType }) {
1313 url = "https://raw.github.com/SynBioDex/Excel-to-SBOL/master/resources/templates/SampleDesign.xlsm"
1414 filename = "SampleDesign.xlsm"
1515 } else if ( objectType ?. id == "synbio.object-type.strains" ) {
16- url = "https://raw.github.com/SynBioDex/Excel-to-SBOL/master/resources/templates/Strain .xlsm"
16+ url = "https://raw.github.com/SynBioDex/Excel-to-SBOL/master/resources/templates/Strains .xlsm"
1717 filename = "Strain.xlsm"
1818 } else if ( objectType ?. id == "synbio.object-type.resources" ) {
1919 url = "https://raw.github.com/SynBioDex/Excel-to-SBOL/master/resources/templates/Resources.xlsm"
2020 filename = "Resources.xlsm"
2121 } else if ( objectType ?. id == "synbio.object-type.experimental-data" ) {
22- url = "https://raw.github.com/SynBioDex/Excel-to-SBOL/master/resources/templates/ExperimentalMetadata.xlsx "
23- filename = "ExperimentalMetadata.xlsx "
22+ url = "https://raw.github.com/SynBioDex/Excel-to-SBOL/master/resources/templates/Study.xlsm "
23+ filename = "Study.xlsm "
2424 }
2525
2626 try {
You can’t perform that action at this time.
0 commit comments