Skip to content
Snippets Groups Projects
Commit e0aee6e3 authored by Xiao Gui's avatar Xiao Gui
Browse files

chore: add desc to ieeg datasets

parent 611d6594
No related branches found
No related tags found
No related merge requests found
export type TBSSummary = {
'@id': string
'name': string
name: string
description: string
}
export type TContactPoint = {
......
......@@ -162,7 +162,7 @@ export class RegionalFeatureWrapperCmp implements OnChanges, OnDestroy{
if (contextedFeature.featureName === IEEG_FEATURE_NAME) {
arg['name'] = contextedFeature.result['name']
arg['description'] = ' '
arg['description'] = contextedFeature.result['description'] || ' '
arg['isGdprProtected'] = true
arg['urls'] = []
for (const info of contextedFeature.result['origin_datainfos']) {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment