Skip to content

Commit

Permalink
Fix #6374
Browse files Browse the repository at this point in the history
  • Loading branch information
tugcekucukoglu committed Sep 24, 2024
1 parent 3c85b3d commit 94e0717
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/primevue/src/tree/BaseTree.vue
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export default {
default: false
},
filterBy: {
type: String | ((node) => String),
type: [String, Function],
default: 'label'
},
filterMode: {
Expand Down

0 comments on commit 94e0717

Please sign in to comment.