We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 080369f commit ec51edaCopy full SHA for ec51eda
src/pages/DatasetDetailPage.tsx
@@ -394,7 +394,7 @@ const DatasetDetailPage: React.FC = () => {
394
// // ✅ Construct download script dynamically
395
let script = `curl -L --create-dirs "https://neurojson.io:7777/${dbName}/${docId}" -o "${docId}.json"\n`;
396
397
- externalLinks.forEach((link) => {
+ links.forEach((link) => {
398
const url = link.url;
399
// console.log("url", url);
400
const match = url.match(/file=([^&]+)/);
0 commit comments