Skip to content

Commit 3b72523

Browse files
committed
extract region information
1 parent 4d15946 commit 3b72523

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/services/data-service.js

+1
Original file line numberDiff line numberDiff line change
@@ -339,6 +339,7 @@ export class DataLoader {
339339
}),
340340
openAccess: get(data.item, "private") === "false",
341341
rights: get(data.item.adminInfo, "dataAccessConditions"),
342+
region: get(data.item, "region" || ''),
342343
title: get(data.item, "title"),
343344
transcriptions: transcriptionFiles.map(t => {
344345
return { name: t.name, path: t.path };

0 commit comments

Comments
 (0)