Skip to content
Snippets Groups Projects
Commit 2c8d258c authored by fsdavid's avatar fsdavid
Browse files

fix connectivity undefined

parent 5fb48fc5
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