Skip to content
Snippets Groups Projects
Unverified Commit 831178ea authored by xgui3783's avatar xgui3783 Committed by GitHub
Browse files

Merge pull request #970 from FZJ-INM1-BDA/fix_connectivity_undefined

fix connectivity undefined
parents c98e8b79 2c8d258c
No related branches found
No related tags found
No related merge requests found
......@@ -106,9 +106,10 @@ export class ConnectivityBrowserComponent implements OnInit, AfterViewInit, OnDe
this.atlasId = val.context.atlas['@id']
this.parcellationId = val.context.parcellation['@id']
this.setConnectivityUrl()
this.setProfileLoadUrl()
if(this.selectedDataset) {
this.setConnectivityUrl()
this.setProfileLoadUrl()
}
// TODO may not be necessary
this.changeDetectionRef.detectChanges()
}
......
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