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

fix file access error

parent ddf30151
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,7 @@ export class RegionBase {
protected loadedTemplates: any[]
protected selectedTemplate: any
protected selectedParcellation: any
protected sameRegionTemplate: any[] = []
public sameRegionTemplate: any[] = []
private parcellationRegions: any[] = []
......
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