fix input treeSelect

This commit is contained in:
Çetin
2021-12-22 16:15:15 +03:00
parent 6b24f8fcbe
commit 812ab447ab
4 changed files with 2 additions and 62 deletions
+1 -1
View File
@@ -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) {
+1 -1
View File
@@ -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>