fix input treeSelect
This commit is contained in:
@@ -110,7 +110,7 @@ export class InputDemoComponent implements OnInit{
|
||||
{name: 'Option 3', value: 3}
|
||||
];
|
||||
|
||||
this.nodeService.getTreeNodes().then(data => this.treeSelectNodes = data);
|
||||
this.nodeService.getFiles().then(files => this.treeSelectNodes = files)
|
||||
}
|
||||
|
||||
filterCountry(event) {
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
<p-breadcrumb [model]="breadcrumbItems" [home]="{icon: 'pi pi-home'}"></p-breadcrumb>
|
||||
</div>
|
||||
</div>
|
||||
<!-- TODO: ROUTERVIEW PROBLEM ? -->
|
||||
|
||||
<div class="col-12 md:col-6">
|
||||
<div class="card card-w-title">
|
||||
<h5>Steps</h5>
|
||||
|
||||
Reference in New Issue
Block a user