We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d15946 commit 3b72523Copy full SHA for 3b72523
src/services/data-service.js
@@ -339,6 +339,7 @@ export class DataLoader {
339
}),
340
openAccess: get(data.item, "private") === "false",
341
rights: get(data.item.adminInfo, "dataAccessConditions"),
342
+ region: get(data.item, "region" || ''),
343
title: get(data.item, "title"),
344
transcriptions: transcriptionFiles.map(t => {
345
return { name: t.name, path: t.path };
0 commit comments