LP1803787 Migrate grid action/button click handlers; lint
[evergreen-equinox.git] / Open-ILS / src / eg2 / src / app / staff / admin / server / org-unit-type.component.ts
index 978b46f..77d007b 100644 (file)
@@ -38,7 +38,7 @@ export class OrgUnitTypeComponent implements OnInit {
 
     loadAoutTree() {
         this.pcrud.search('aout', {depth: 0},
-            {flesh: -1, flesh_fields: {aout: ['children','org_units']}},
+            {flesh: -1, flesh_fields: {aout: ['children', 'org_units']}},
             {anonymous: true}
         ).subscribe(aoutTree => this.ingestAoutTree(aoutTree));
     }