Fixed whitespace

pull/1088/head
Cagatay Civici 2021-04-15 15:09:36 +03:00
parent 1405a14768
commit 133f36045f
1 changed files with 2 additions and 2 deletions

View File

@ -369,8 +369,8 @@ export default {
}
];
},
panelStyleClass() {
return ['p-treeselect-panel p-component', panelClass];
panelStyleClass() {
return ['p-treeselect-panel p-component', this.panelClass];
},
selectedNodes() {
let selectedNodes = [];